commit | 269610f6ba2e4a7bc27d2e53d43160614016964f | [log] [tgz] |
---|---|---|
author | Mingkai Hu <Mingkai.hu@freescale.com> | Thu Jul 30 17:56:51 2009 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Fri Aug 21 22:55:47 2009 +0200 |
tree | 40216b21010131b2a29da7ce4b3e358d02ad970d | |
parent | 1fc1d9aed08f2b3366d634fda6712a710b2cff9a [diff] |
NAND boot: fix nand_load overlap issue The code copy data from NAND flash block by block, so when the data length isn't a whole-number multiple of the block size, it will overlap the rest space. Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>