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 <[email protected]> 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
_______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
