commit | d3efa97a3db779b9d388371d8c8ab75918858c33 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Apr 28 17:45:05 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon May 12 15:20:05 2014 -0400 |
tree | 0db6d6d4e7e706c572f29818098e8f2a948090a2 | |
parent | 62077d1a7a3504361e3a7e5957d41c1ccb5cbe87 [diff] |
nand_spl: remove unused linker scripts u-boot-nand.lds Commit 345b77ba removed some nand_spl boards but it missed to delete linker scripts. These linker scripts are not used now. And one more fix: amcc/acadia does not support nand_spl anymore, so remove #if !defined(CONFIG_NAND_U_BOOT) ... #endif Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de>