]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/avnet/fx12mm/config.mk
Makefile: move all Power Architecture boards into boards.cfg
[karo-tx-uboot.git] / board / avnet / fx12mm / config.mk
index f5a603950844fbb2179b6326e24d37c5daa39057..78dde622d3193e5fc2d3a55ae2e1204d4402d831 100644 (file)
@@ -23,4 +23,7 @@
 #
 #
 
-sinclude $(SRCTREE)/board/xilinx/ppc405-generic/config.mk
+ifdef CONFIG_SYS_LDSCRIPT
+# need to strip off double quotes
+LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
+endif