aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-iop3xx/Makefile.boot
blob: 6387aa20461b76aa9135457b9cd5d5e8f4f0cfc6 (plain)
1
2
3
4
5
6
7
8
9
   zreladdr-y	:= 0xa0008000
params_phys-y	:= 0xa0000100
initrd_phys-y	:= 0xa0800000
ifeq ($(CONFIG_ARCH_IOP331),y)
   zreladdr-y	:= 0x00008000
params_phys-y	:= 0x00000100
initrd_phys-y	:= 0x00800000
endif