[linux-yocto] [PATCH] vexpress: Pass LOADADDR to Makefile

Bruce Ashfield bruce.ashfield at windriver.com
Wed Jul 16 10:14:21 PDT 2014


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 <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
>



More information about the linux-yocto mailing list