https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8670689be517912f7ea72848757cc8ae6f57853f authored by Jason Self on 25 January 2010, 18:50:20 UTC
Linux-libre 2.6.32.6-gnu1
Tip revision: 8670689
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