https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fcca1e5fece33c286cc9c845961ff8ef80cbb5e1 authored by Jason Self on 16 January 2015, 15:00:05 UTC
Linux-libre 3.10.65-gnu
Tip revision: fcca1e5
Makefile.boot
ifeq ($(CONFIG_REALVIEW_HIGH_PHYS_OFFSET),y)
   zreladdr-y	+= 0x70008000
params_phys-y	:= 0x70000100
initrd_phys-y	:= 0x70800000
else
   zreladdr-y	+= 0x00008000
params_phys-y	:= 0x00000100
initrd_phys-y	:= 0x00800000
endif
back to top