]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/acadia/config.mk
Handle most LDSCRIPT setting centrally
[karo-tx-uboot.git] / board / amcc / acadia / config.mk
index 2f2787f1128901ff220ae290d52b2c5ba1bbbf8c..bfc0945704042c3df2c2cc749f3bd20f44140d73 100644 (file)
 ifeq ($(debug),1)
 PLATFORM_CPPFLAGS += -DDEBUG
 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