commit | 0985294604bb713d56c8dbedf1da462c7f86f90f | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Tue May 24 10:34:41 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:41:41 2016 -0400 |
tree | f7c4116895d247932996a6f5c27d2c7fc589c1af | |
parent | 00d559561ea7f774a7758c70b79e1e7e38b62459 [diff] |
mtd: nand: am335x: spl: Fix copying of image When offset is not aligned to page address, it is possible that extra offset will be read from nand. Adjust the image such that first byte of the image is at load address after the first page is read. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>