https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cfcbbab61b6d16325f95e09c6dfc8be1efd6b54e authored by Jason Self on 05 October 2009, 17:12:24 UTC
Linux-libre 2.6.31.2-gnu1
Tip revision: cfcbbab
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