fix copy from ram to dataflash
authorKim B. Heino <Kim.Heino@bluegiga.com>
Mon, 3 Mar 2008 08:39:13 +0000 (10:39 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 3 Mar 2008 20:48:02 +0000 (21:48 +0100)
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>

No differences found