2008-12-01 17:54:55 +03:00
|
|
|
ifeq ($(CONFIG_REALVIEW_HIGH_PHYS_OFFSET),y)
|
2011-08-17 17:24:52 +04:00
|
|
|
zreladdr-y += 0x70008000
|
2008-12-01 17:54:55 +03:00
|
|
|
params_phys-y := 0x70000100
|
|
|
|
initrd_phys-y := 0x70800000
|
|
|
|
else
|
2011-08-17 17:24:52 +04:00
|
|
|
zreladdr-y += 0x00008000
|
2005-10-31 17:25:02 +03:00
|
|
|
params_phys-y := 0x00000100
|
|
|
|
initrd_phys-y := 0x00800000
|
2008-12-01 17:54:55 +03:00
|
|
|
endif
|