[linux-yocto] [PATCH] vexpress: Pass LOADADDR to Makefile
Yang Shi
yang.shi at windriver.com
Tue Jul 15 21:19:34 PDT 2014
Due to upstream commit 938f94cde74b33d6d3580c6fe65ebe918a770ae2
("ARM: 7656/1: uImage: Error out on build of multiplatform without LOADADDR"),
vexpress BSP need LOADADDR for making uImage, so pass LOADADDR in the Makefile
for vexpress.
Signed-off-by: Yang Shi <yang.shi at windriver.com>
---
arch/arm/boot/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index ec2f806..6798e0f 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -57,6 +57,10 @@ $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
endif
+ifeq ($(CONFIG_ARCH_VEXPRESS), y)
+LOADADDR=0x04080000
+endif
+
ifneq ($(LOADADDR),)
UIMAGE_LOADADDR=$(LOADADDR)
else
--
1.9.2
More information about the linux-yocto
mailing list