https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f696997ab18fe2c5f4087ebb398777fef2b64489 authored by Jason Self on 13 August 2010, 20:29:24 UTC
Linux-libre 2.6.34.4-gnu1
Tip revision: f696997
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