]> git.sur5r.net Git - u-boot/commitdiff
ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
authorStefan Roese <sr@denx.de>
Mon, 9 Nov 2009 12:01:19 +0000 (13:01 +0100)
committerStefan Roese <sr@denx.de>
Mon, 9 Nov 2009 12:01:19 +0000 (13:01 +0100)
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>
board/amcc/acadia/config.mk
board/amcc/bamboo/config.mk
board/amcc/canyonlands/config.mk
board/amcc/kilauea/config.mk
board/amcc/sequoia/config.mk

index 290415c9d0318f13802efe17223892cfd0c57668..01db41c37319476f515157b610eddb7fb47063a9 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
index a37636a0a1452e44047a28b6ca89e98797b68787..72b6bc0c09a7d284ab6e5f315b562e087a2c8e38 100644 (file)
@@ -36,3 +36,7 @@ endif
 ifeq ($(dbcr),1)
 PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
 endif
+
+ifdef CONFIG_NAND_U_BOOT
+LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
+endif
index 551a8175563bf9499385b248529909e19d7d21bc..7a5866550c60935d2e34d6d644433441a44ab1b6 100644 (file)
@@ -39,3 +39,7 @@ endif
 ifeq ($(dbcr),1)
 PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
 endif
+
+ifdef CONFIG_NAND_U_BOOT
+LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
+endif
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
index 6c748c9143fad00d7eac5160b64c7183961f141a..b57e473e4b5c4084d4ca6b253250561ab7232036 100644 (file)
@@ -43,3 +43,7 @@ endif
 ifeq ($(dbcr),1)
 PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
 endif
+
+ifdef CONFIG_NAND_U_BOOT
+LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
+endif