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, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-gemini/Makefile.boot b/arch/arm/mach-gemini/Makefile.boot
deleted file mode 100644
index 683f52b20e3d..000000000000
--- a/arch/arm/mach-gemini/Makefile.boot
+++ /dev/null
@@ -1,9 +0,0 @@
-ifeq ($(CONFIG_GEMINI_MEM_SWAP),y)
- zreladdr-y += 0x00008000
-params_phys-y := 0x00000100
-initrd_phys-y := 0x00800000
-else
- zreladdr-y += 0x10008000
-params_phys-y := 0x10000100
-initrd_phys-y := 0x10800000
-endif