https://github.com/torvalds/linux
Raw File
Tip revision: 4330ed8ed4da360ac1ca14b0fddff4c05b10de16 authored by Linus Torvalds on 06 October 2008, 23:39:58 UTC
Linux 2.6.27-rc9
Tip revision: 4330ed8
Makefile.boot
   zreladdr-y	:= 0xc0008000
ifeq ($(CONFIG_ARCH_SA1100),y)
   zreladdr-$(CONFIG_SA1111)		:= 0xc0208000
endif
params_phys-y	:= 0xc0000100
initrd_phys-y	:= 0xc0800000

back to top