summaryrefslogtreecommitdiffstats
path: root/board/amcc/acadia
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-11-09 13:01:19 +0100
committerStefan Roese <sr@denx.de>2009-11-09 13:01:19 +0100
commit56f9b39d1f5d3c51e4b19792adb65bd93a8b6fcb (patch)
treee7c4f28afa1c7c472507d8e3bb5033c6b11d6dde /board/amcc/acadia
parent9a81c61249d8361ed57d81f496121f3eb9c0eee8 (diff)
downloadblackbird-obmc-uboot-56f9b39d1f5d3c51e4b19792adb65bd93a8b6fcb.tar.gz
blackbird-obmc-uboot-56f9b39d1f5d3c51e4b19792adb65bd93a8b6fcb.zip
ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
Somehow I missed the NAND booting targets in the 4xx linker script consolidation patchset. This patch fixes this issue. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/acadia')
-rw-r--r--board/amcc/acadia/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/amcc/acadia/config.mk b/board/amcc/acadia/config.mk
index 290415c9d0..01db41c373 100644
--- a/board/amcc/acadia/config.mk
+++ b/board/amcc/acadia/config.mk
@@ -34,3 +34,7 @@ endif
ifeq ($(debug),1)
PLATFORM_CPPFLAGS += -DDEBUG
endif
+
+ifdef CONFIG_NAND_U_BOOT
+LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
+endif
OpenPOWER on IntegriCloud