commit | 1eb0fd5ec204b29f1688f2cdaacdf558f0990243 | [log] [tgz] |
---|---|---|
author | Kim B. Heino <Kim.Heino@bluegiga.com> | Mon Mar 03 10:39:13 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Mar 03 21:48:02 2008 +0100 |
tree | 184a16fb920a073a9afa285bc383822feacdbb0d | |
parent | 1baed66b48eea0709e961ba9145139e7ede06703 [diff] |
fix copy from ram to dataflash If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash routines instead of dataflash. This is because it checks "if source address is not dataflash" instead of target address. Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>