aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-gemini/Makefile.boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-gemini/Makefile.boot')
-rw-r--r--arch/arm/mach-gemini/Makefile.boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-gemini/Makefile.boot b/arch/arm/mach-gemini/Makefile.boot
new file mode 100644
index 00000000000..22a52c228d9
--- /dev/null
+++ b/arch/arm/mach-gemini/Makefile.boot
@@ -0,0 +1,9 @@
1ifeq ($(CONFIG_GEMINI_MEM_SWAP),y)
2 zreladdr-y := 0x00008000
3params_phys-y := 0x00000100
4initrd_phys-y := 0x00800000
5else
6 zreladdr-y := 0x10008000
7params_phys-y := 0x10000100
8initrd_phys-y := 0x10800000
9endif