[PATCH 1/8] ARM: support for Moschip MCS814x SoCs

Nicolas Pitre nico at fluxnic.net
Mon Jul 16 13:57:27 EDT 2012


On Mon, 16 Jul 2012, Florian Fainelli wrote:

> Hi Thomas,
> 
> On Monday 16 July 2012 14:29:41 Thomas Petazzoni wrote:
> > Hello Florian,
> > 
> > Le Sun, 15 Jul 2012 16:49:07 +0200,
> > Florian Fainelli <florian at openwrt.org> a écrit :
> > 
> > > diff --git a/arch/arm/mach-mcs814x/Makefile.boot b/arch/arm/mach-
> mcs814x/Makefile.boot
> > > new file mode 100644
> > > index 0000000..414db8b
> > > --- /dev/null
> > > +++ b/arch/arm/mach-mcs814x/Makefile.boot
> > > @@ -0,0 +1,3 @@
> > > +    zreladdr-y := 0x00008000
> > > + params_phys-y := 0x00000008
> > > + initrd_phys-y := 0x00400000
> > 
> > params_phys-y and initrd_phys-y are useless for DT-based platforms, if
> > I'm correct.
> 
> Indeed, only zreladdr is actually required.

If you use CONFIG_AUTO_ZRELADDR then even zreladdr-y isn't needed.


Nicolas


More information about the linux-arm-kernel mailing list