u-boot-brain/common/spl
Lokesh Vutla 4d9d34a7f2 spl: fit: Fix the number of bytes read when reading fdt from fit
sectors field is not being updated when reading fdt from fit image. Because of
this size_of(u-boot.bin) is being read when reading fdt. Fixing it by updating
the sectors field properly.

Tested-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2016-05-27 15:41:39 -04:00
..
Makefile spl: Add an option to load a FIT containing U-Boot 2016-03-14 19:18:30 -04:00
spl_ext.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_fat.c SPL: fat: Fix spl_parse_image_header() return value handling 2016-05-23 11:51:13 -04:00
spl_fit.c spl: fit: Fix the number of bytes read when reading fdt from fit 2016-05-27 15:41:39 -04:00
spl_mmc.c Merge git://git.denx.de/u-boot-dm 2016-05-17 13:58:27 -04:00
spl_nand.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_net.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_nor.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_onenand.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_sata.c dm: scsi: Drop the get_dev() function 2016-05-17 09:54:43 -06:00
spl_usb.c dm: usb: Drop the get_dev() function 2016-05-17 09:54:43 -06:00
spl_ymodem.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl.c SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode 2016-05-24 11:15:01 +02:00