On 14-07-16 12:19 AM, Yang Shi wrote:
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.

Looks good, unless I hear any objections. I'll merge this shortly.

Bruce


Signed-off-by: Yang Shi <[email protected]>
---
  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


--
_______________________________________________
linux-yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to