]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/kilauea/config.mk
ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
[u-boot] / board / amcc / kilauea / config.mk
index f5800ebe8269101d6407e74fcabfb44f2b6d47bf..b3d3f227f34532ef3287a2b62984e6f1212b7f2b 100644 (file)
@@ -30,3 +30,7 @@ endif
 ifeq ($(debug),1)
 PLATFORM_CPPFLAGS += -DDEBUG
 endif
+
+ifdef CONFIG_NAND_U_BOOT
+LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
+endif