360a0cab50
In preparation to support multi-platform kernels, move all the dtb targets out of the mach Makefile.boot and into the arch/arm/boot/dts/Makefile which is closer to the sources. DTBs are only built when CONFIG_OF is enabled and now use top level CONFIG_ARCH_xxx instead of chip or board specific config options. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Andrew Victor <linux@maxim.org.za> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> Cc: Kukjin Kim <kgene.kim@samsung.com> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Gregory Clement <gregory.clement@free-electrons.com> Acked-by: Shawn Guo <shawn.guo@linaro.org> Cc: Viresh Kumar <viresh.linux@gmail.com> Cc: Shiraz Hashim <shiraz.hashim@st.com> Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com> Cc: Stephen Warren <swarren@wwwdotorg.org> Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Linus Walleij <linus.walleij@linaro.org>
39 lines
1.3 KiB
Clojure
39 lines
1.3 KiB
Clojure
zreladdr-$(CONFIG_SOC_IMX1) += 0x08008000
|
|
params_phys-$(CONFIG_SOC_IMX1) := 0x08000100
|
|
initrd_phys-$(CONFIG_SOC_IMX1) := 0x08800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX21) += 0xC0008000
|
|
params_phys-$(CONFIG_SOC_IMX21) := 0xC0000100
|
|
initrd_phys-$(CONFIG_SOC_IMX21) := 0xC0800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX25) += 0x80008000
|
|
params_phys-$(CONFIG_SOC_IMX25) := 0x80000100
|
|
initrd_phys-$(CONFIG_SOC_IMX25) := 0x80800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX27) += 0xA0008000
|
|
params_phys-$(CONFIG_SOC_IMX27) := 0xA0000100
|
|
initrd_phys-$(CONFIG_SOC_IMX27) := 0xA0800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX31) += 0x80008000
|
|
params_phys-$(CONFIG_SOC_IMX31) := 0x80000100
|
|
initrd_phys-$(CONFIG_SOC_IMX31) := 0x80800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX35) += 0x80008000
|
|
params_phys-$(CONFIG_SOC_IMX35) := 0x80000100
|
|
initrd_phys-$(CONFIG_SOC_IMX35) := 0x80800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX50) += 0x70008000
|
|
params_phys-$(CONFIG_SOC_IMX50) := 0x70000100
|
|
initrd_phys-$(CONFIG_SOC_IMX50) := 0x70800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX51) += 0x90008000
|
|
params_phys-$(CONFIG_SOC_IMX51) := 0x90000100
|
|
initrd_phys-$(CONFIG_SOC_IMX51) := 0x90800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX53) += 0x70008000
|
|
params_phys-$(CONFIG_SOC_IMX53) := 0x70000100
|
|
initrd_phys-$(CONFIG_SOC_IMX53) := 0x70800000
|
|
|
|
zreladdr-$(CONFIG_SOC_IMX6Q) += 0x10008000
|
|
params_phys-$(CONFIG_SOC_IMX6Q) := 0x10000100
|
|
initrd_phys-$(CONFIG_SOC_IMX6Q) := 0x10800000
|