aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/Makefile.boot
blob: 4f09ccfca11a2a8b6a46d1fe720f9942d87324b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
zreladdr-y	:= 0x20008000
params_phys-y	:= 0x20000100

# override for Herring
zreladdr-$(CONFIG_MACH_HERRING)	:= 0x30008000
params_phys-$(CONFIG_MACH_HERRING)	:= 0x30000100

# override for Aries
zreladdr-$(CONFIG_MACH_ARIES)	:= 0x30008000
params_phys-$(CONFIG_MACH_ARIES)	:= 0x30000100

# override for P1
zreladdr-$(CONFIG_MACH_P1)	:= 0x30008000
params_phys-$(CONFIG_MACH_P1)	:= 0x30000100