]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/acadia/config.mk
Move arch/ppc to arch/powerpc
[karo-tx-uboot.git] / board / amcc / acadia / config.mk
index af5a46c2a5d9c86f082d4b8b8ea5b784888e86f2..01db41c37319476f515157b610eddb7fb47063a9 100644 (file)
 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
 
 ifndef TEXT_BASE
-TEXT_BASE = 0xFFFC0000
+TEXT_BASE = 0xFFF80000
 endif
 
 ifeq ($(debug),1)
 PLATFORM_CPPFLAGS += -DDEBUG
 endif
+
+ifdef CONFIG_NAND_U_BOOT
+LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
+endif