https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cb4a25c19d1437bb9afad0ec766855eed86cd57f authored by Jason Self on 17 February 2009, 17:29:45 UTC
Linux-libre 2.6.28.6-gnu1
Tip revision: cb4a25c
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