https://github.com/torvalds/linux
Raw File
Tip revision: 543cf4cb3fe6f6cae3651ba918b9c56200b257d0 authored by Linus Torvalds on 25 June 2008, 01:58:20 UTC
Linux 2.6.26-rc8
Tip revision: 543cf4c
Makefile.boot
# The standard locations for stuff on CLPS711x type processors
   zreladdr-y				:= 0xc0028000 
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