summaryrefslogtreecommitdiffstats
path: root/u-boot/board/xilinx/ppc405-generic/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/board/xilinx/ppc405-generic/config.mk')
-rw-r--r--u-boot/board/xilinx/ppc405-generic/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/u-boot/board/xilinx/ppc405-generic/config.mk b/u-boot/board/xilinx/ppc405-generic/config.mk
new file mode 100644
index 0000000..4df1d9c
--- /dev/null
+++ b/u-boot/board/xilinx/ppc405-generic/config.mk
@@ -0,0 +1,4 @@
+# need to strip off double quotes
+ifneq ($(CONFIG_SYS_LDSCRIPT),)
+LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
+endif