Hi Thomas,
On Wed, Jun 05, 2013 at 09:11:19AM +0200, Thomas Petazzoni wrote:
Dear Heiko St?bner,
On Mon, 3 Jun 2013 01:02:20 +0200, Heiko St?bner wrote:
quoted
index 0000000..a2d8c70
--- /dev/null
+++ b/arch/arm/mach-rockchip/Makefile.boot
@@ -0,0 +1,3 @@
+zreladdr-$(CONFIG_ARCH_ROCKCHIP) := 0x60408000
+params_phys-$(CONFIG_ARCH_ROCKCHIP) := 0x60088000
+initrd_phys-$(CONFIG_ARCH_ROCKCHIP) := 0x60800000
Thanks to the AUTO_ZRELADDR thing that you're using as part of the
MULTIPLATFORM support, this Makefile.boot file is no longer useful. See
mach-socfpga, mach-mvebu, mach-bcm2835, mach-bcm, mach-highbank, etc.
Cc'ing Maxime Ripard, since I see that mach-sunxi does have a
Makefile.boot, even though I believe it is not needed.
Yes, it is a left-over and should be removed obviously.
Thanks for reminding it to me :)
Maxime