[U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Mar 5 15:56:10 CET 2009


On 11:25 Thu 05 Mar     , Manikandan Pillai wrote:
> Example binaries to be downloaded to 0x80300000 for OMAP3 EVMs.
> 
> Signed-off-by: Manikandan Pillai <mani.pillai at ti.com>
> ---
>  examples/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/examples/Makefile b/examples/Makefile
> index dbcfa92..d2e811a 100644
> --- a/examples/Makefile
> +++ b/examples/Makefile
> @@ -33,7 +33,7 @@ ifeq ($(ARCH),arm)
>  ifeq ($(BOARD),omap2420h4)
>  LOAD_ADDR = 0x80300000
>  else
> -ifeq ($(CPU),omap3)
> +ifeq ($(SOC),omap3)
>  LOAD_ADDR = 0x80300000
>  else
>  LOAD_ADDR = 0xc100000
sorry I'll prefer this patch
[PATCH] example: introduce EXAMPLE_LOAD_ADDR

more flexible and more clean

Best Regards,
J.


More information about the U-Boot mailing list