[U-Boot] [PATCH 06/17] support CONFIG_SYS_LDSCRIPT on ARM
Michael Schwingen
michael at schwingen.org
Sat Feb 5 00:05:52 CET 2011
Signed-off-by: Michael Schwingen <michael at schwingen.org>
---
arch/arm/config.mk | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/arm/config.mk b/arch/arm/config.mk
index a6a4742..a7c4d27 100644
--- a/arch/arm/config.mk
+++ b/arch/arm/config.mk
@@ -63,7 +63,13 @@ ifeq (,$(findstring arch/arm/lib/eabi_compat.o,$(PLATFORM_LIBS)))
PLATFORM_LIBS += $(OBJTREE)/arch/arm/lib/eabi_compat.o
endif
endif
+
+ifdef CONFIG_SYS_LDSCRIPT
+# need to strip off double quotes
+LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
+else
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
+endif
# needed for relocation
ifndef CONFIG_NAND_SPL
--
1.7.2.3
More information about the U-Boot
mailing list