https://github.com/torvalds/linux
Raw File
Tip revision: fe82dcec644244676d55a1384c958d5f67979adb authored by Linus Torvalds on 28 September 2014, 21:29:07 UTC
Linux 3.17-rc7
Tip revision: fe82dce
Makefile.boot
# The standard locations for stuff on CLPS711x type processors
params_phys-y				:= 0xc0000100
# Should probably have some agreement on these...
initrd_phys-$(CONFIG_ARCH_P720T)	:= 0xc0400000
initrd_phys-$(CONFIG_ARCH_CDB89712)	:= 0x00700000
back to top