Merge branch 'elf_reloc'
[oweals/u-boot.git] / board / avnet / v5fx30teval / config.mk
index 51448ce7f42cf72ac8a62fc92cf6c9d6dd32aae6..78dde622d3193e5fc2d3a55ae2e1204d4402d831 100644 (file)
@@ -23,4 +23,7 @@
 #
 #
 
-sinclude $(SRCTREE)/board/xilinx/ppc440-generic/config.mk
+ifdef CONFIG_SYS_LDSCRIPT
+# need to strip off double quotes
+LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
+endif