blob: eba77d35a615f0ba8d3e9db6a909801c7bec5759 (
plain)
1
2
3
4
5
|
# 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
|