commit | 906969d33d44c80b1cfe18d95c06bb2d349815e7 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Tue May 24 10:34:37 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:41:39 2016 -0400 |
tree | 48fa79eaf3fcc69617f4dd7953f409eebe6b0bed | |
parent | 6ee85de0ddce38bf64bb3d4e5b06cc8473313d06 [diff] |
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>