android_kernel_samsung_on5x.../arch/arm/mach-gemini/Makefile.boot
2018-06-19 23:16:04 +02:00

9 lines
214 B
Clojure

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