https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 80b0a8a1c94a716afcd869076801fa8bcc3ec531 authored by Jason Self on 27 March 2011, 19:01:50 UTC
Linux-libre 2.6.37.6-gnu1
Tip revision: 80b0a8a
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