summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx35/Makefile.boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx35/Makefile.boot')
-rw-r--r--arch/arm/mach-mx35/Makefile.boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mx35/Makefile.boot b/arch/arm/mach-mx35/Makefile.boot
new file mode 100644
index 000000000000..198d92d5e463
--- /dev/null
+++ b/arch/arm/mach-mx35/Makefile.boot
@@ -0,0 +1,9 @@
+ifeq ($(CONFIG_MACH_MX35EVB), y)
+ zreladdr-y := 0x90008000
+params_phys-y := 0x90000100
+initrd_phys-y := 0x90800000
+else
+ zreladdr-y := 0x80008000
+params_phys-y := 0x80000100
+initrd_phys-y := 0x80800000
+endif