https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 2f26778c5f950b6e58af693d5ba2408695bcf859 authored by Jason Self on 12 February 2009, 17:51:28 UTC
Linux-libre 2.6.28.5-gnu1
Tip revision: 2f26778
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