ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
[pandora-u-boot.git] / board / amcc / acadia / config.mk
index 290415c..01db41c 100644 (file)
@@ -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