From 56f9b39d1f5d3c51e4b19792adb65bd93a8b6fcb Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 9 Nov 2009 13:01:19 +0100 Subject: 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 --- board/amcc/acadia/config.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'board/amcc/acadia') 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 -- cgit v1.2.1