Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <[EMAIL PROTECTED]> you wrote:
> > --- u-boot-main.orig/examples/Makefile
> > +++ u-boot-main/examples/Makefile
> > @@ -30,10 +30,12 @@ LOAD_ADDR = 0x4
> > endif
> >
> > ifeq ($(ARCH),arm)
> > +LOAD_ADDR = 0xc10
> > ifeq ($(BOARD),omap
> --- u-boot-main.orig/examples/Makefile
> +++ u-boot-main/examples/Makefile
> @@ -30,10 +30,12 @@ LOAD_ADDR = 0x4
> endif
>
> ifeq ($(ARCH),arm)
> +LOAD_ADDR = 0xc10
> ifeq ($(BOARD),omap2420h4)
> LOAD_ADDR = 0x8030
> -else
> -LOAD_ADDR = 0xc10
> +endif
> +ifeq ($(CPU),omap3)
Subject: [PATCH 06/13 v5] ARM: OMAP3: Add memory and syslib common files
From: Dirk Behme <[EMAIL PROTECTED]>
Add memory and syslib common files.
Signed-off-by: Dirk Behme <[EMAIL PROTECTED]>
---
Changes in version v3:
- Add detection and support for 128MB/256MB RAM by Mans Rullgard
Changes
3 matches
Mail list logo