On Mon, 16 Jul 2012, Florian Fainelli wrote:
Hi Thomas,
On Monday 16 July 2012 14:29:41 Thomas Petazzoni wrote:
quoted
Hello Florian,
Le Sun, 15 Jul 2012 16:49:07 +0200,
Florian Fainelli [off-list ref] a ?crit :
quoted
diff --git a/arch/arm/mach-mcs814x/Makefile.boot b/arch/arm/mach-
mcs814x/Makefile.boot
quoted
quoted
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