powerpc/86xx: Rework MPC8610HPCD pci_init_board to use common FSL PCIe code
[oweals/u-boot.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