[U-Boot] [PATCH 06/13 v5] ARM: OMAP3: Add memory and syslib common files
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun Nov 9 15:07:42 CET 2008
> --- u-boot-main.orig/examples/Makefile
> +++ u-boot-main/examples/Makefile
> @@ -30,10 +30,12 @@ LOAD_ADDR = 0x40000
> endif
>
> ifeq ($(ARCH),arm)
> +LOAD_ADDR = 0xc100000
> ifeq ($(BOARD),omap2420h4)
> LOAD_ADDR = 0x80300000
> -else
> -LOAD_ADDR = 0xc100000
> +endif
> +ifeq ($(CPU),omap3)
> +LOAD_ADDR = 0x80300000
> endif
> endif
Maybe we need to change it to allow arch/cpu to define itself and avoid
ifeq/endif
Best Regards,
J.
More information about the U-Boot
mailing list