
Consolidate i.MX 5 platforms to be under the new shared i.MX 3/5/6 tree. * tag 'arm-soc-imx-move' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM i.MX: Update defconfig ARM i.MX: Merge i.MX5 support into mach-imx ARM i.MX5: remove unnecessary includes from board files Fix up fairly trivial conflicts due to various changes nearby in arch/arm/{mach,plat}-imx/{Kconfig,Makefile} Pull request had been sent to the wrong email address, but happened before the merge window closed. I'm merging the MX 5 consolidation, since it apparently will help the next development window and will avoid conflicts later as per Arnd.
43 lines
1.4 KiB
Clojure
43 lines
1.4 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
|
|
|
|
dtb-$(CONFIG_SOC_IMX6Q) += imx6q-arm2.dtb \
|
|
imx6q-sabrelite.dtb
|