https://github.com/torvalds/linux
Raw File
Tip revision: 899e3ee404961a90b828ad527573aaaac39f0ab1 authored by Linus Torvalds on 18 October 2011, 04:06:23 UTC
Linux 3.1-rc10
Tip revision: 899e3ee
Makefile.boot
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
back to top