summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Makefile.boot
diff options
context:
space:
mode:
authorYong Shen2011-01-04 07:22:56 +0100
committerSascha Hauer2011-01-04 12:00:23 +0100
commita58154d1c3535f451a409abbd0bda6770b2d9380 (patch)
tree695c321719b7c13e5c55b4a857c2bc99d66023f2 /arch/arm/mach-mx5/Makefile.boot
parentARM i.MX53: Some bug fix about MX53 MSL code (diff)
downloadkernel-qcow2-linux-a58154d1c3535f451a409abbd0bda6770b2d9380.tar.gz
kernel-qcow2-linux-a58154d1c3535f451a409abbd0bda6770b2d9380.tar.xz
kernel-qcow2-linux-a58154d1c3535f451a409abbd0bda6770b2d9380.zip
ARM i.MX53: Make MX53 EVK bootable
1. Add entries to Kconfig 2. Add machine definition 3. Add Uart platform data, pad setting and base address 4. Adjust GPIO irq number Signed-off-by: Yong Shen <yong.shen@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Makefile.boot')
-rw-r--r--arch/arm/mach-mx5/Makefile.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Makefile.boot b/arch/arm/mach-mx5/Makefile.boot
index 854748f80cc1..e928be1b6757 100644
--- a/arch/arm/mach-mx5/Makefile.boot
+++ b/arch/arm/mach-mx5/Makefile.boot
@@ -4,3 +4,6 @@ initrd_phys-$(CONFIG_ARCH_MX50) := 0x70800000
zreladdr-$(CONFIG_ARCH_MX51) := 0x90008000
params_phys-$(CONFIG_ARCH_MX51) := 0x90000100
initrd_phys-$(CONFIG_ARCH_MX51) := 0x90800000
+ zreladdr-$(CONFIG_ARCH_MX53) := 0x70008000
+params_phys-$(CONFIG_ARCH_MX53) := 0x70000100
+initrd_phys-$(CONFIG_ARCH_MX53) := 0x70800000