]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/acadia/config.mk
Handle most LDSCRIPT setting centrally
[people/ms/u-boot.git] / board / amcc / acadia / config.mk
index ce21374658987ce190807f79ac861b0e7991239b..bfc0945704042c3df2c2cc749f3bd20f44140d73 100644 (file)
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2000
+# (C) Copyright 2007-2010
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
 # MA 02111-1307 USA
 #
 
-sinclude $(TOPDIR)/board/amcc/liveoak/config.tmp
-
-ifndef TEXT_BASE
-TEXT_BASE = 0xFFFC0000
-endif
-
-ifeq ($(CONFIG_NAND_U_BOOT),y)
-LDSCRIPT = $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
-endif
-
-ifeq ($(CONFIG_SPI_U_BOOT),y)
-LDSCRIPT = $(TOPDIR)/board/$(BOARDDIR)/u-boot-spi.lds
-PAD_TO = 0x00840000
-endif
+#
+# AMCC 405EZ Reference Platform (Acadia) board
+#
 
 ifeq ($(debug),1)
 PLATFORM_CPPFLAGS += -DDEBUG