summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Makefile.boot
diff options
context:
space:
mode:
authorAmit Kucheria2010-02-02 20:57:53 +0100
committerAmit Kucheria2010-02-09 17:32:17 +0100
commitb996b5830364c1b1d2469be574f4ebe831987ba9 (patch)
tree56f334a395b6e0745db97013ec06c8f1a56fc1ad /arch/arm/mach-mx5/Makefile.boot
parentmxc: Core support for Freescale i.MX5 series (diff)
downloadkernel-qcow2-linux-b996b5830364c1b1d2469be574f4ebe831987ba9.tar.gz
kernel-qcow2-linux-b996b5830364c1b1d2469be574f4ebe831987ba9.tar.xz
kernel-qcow2-linux-b996b5830364c1b1d2469be574f4ebe831987ba9.zip
mxc: Add support for the Babbage board (i.MX5)
Babbage is a reference board from Freescale for their i.MX51 SoC. Add board definition, Kconfig and Makefiles to enable Freescale i.MX51 processor and Babbage board. Boot tested on a Babbage2.5 board Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
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
new file mode 100644
index 000000000000..9939a19d99a1
--- /dev/null
+++ b/arch/arm/mach-mx5/Makefile.boot
@@ -0,0 +1,3 @@
+ zreladdr-y := 0x90008000
+params_phys-y := 0x90000100
+initrd_phys-y := 0x90800000