https://github.com/torvalds/linux
Raw File
Tip revision: d93dc5c4478c1fd5de85a3e8aece9aad7bbae044 authored by Linus Torvalds on 21 September 2011, 23:58:15 UTC
Linux 3.1-rc7
Tip revision: d93dc5c
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