]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/bamboo/config.mk
Handle most LDSCRIPT setting centrally
[people/ms/u-boot.git] / board / amcc / bamboo / config.mk
index 7ca16a06639bac7ff883831738959e59ae5677cd..24f74e121330cfdd3f5ba4ff559a3a4a6bfff792 100644 (file)
@@ -30,10 +30,3 @@ endif
 ifeq ($(dbcr),1)
 PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
 endif
-
-ifdef CONFIG_SYS_LDSCRIPT
-# need to strip off double quotes
-LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
-else ifdef CONFIG_NAND_U_BOOT
-LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
-endif