[PATCH 4/5] [ARM] Auto calculate ZRELADDR and provide option for exceptions
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Fri Sep 3 16:46:46 EDT 2010
Hello,
[Added Ben to Cc:]
> On Fri, Sep 03, 2010 at 09:48:06AM +0200, Uwe Kleine-König wrote:
> > On Thu, Sep 02, 2010 at 10:27:23PM +0100, Russell King - ARM Linux wrote:
> > >
> > > And while we're here, why hasn't anyone removed the zreladdr
> > > definitions in Makefile.boot yet? Or do we still need them and
> > > we now have the same information defined in two different places?
> > >
> > > This all looks like a half-done job at the moment. Please clean it up.
> > The original series removed all the 'Makefile.boot's IIRC. Currently
> > the params_phys-y value is needed though. So should I send a patch that
> > just removes the zreladdr values?
> I looked into that and found some more issues. I hope I catched them
> all now. While doing that removing the zreladdr lines was nearly for
> free. So I did that, too.
I just found another (probably harmless) issue: arch/arm/Kconfig has:
...
default 0x30008000 if ARCH_S3C2410 ||\
ARCH_S3C2400 ||\
ARCH_S3C2412 ||\
ARCH_S3C2416 ||\
ARCH_S3C2440 ||\
ARCH_S3C2443
...
More information about the linux-arm-kernel
mailing list