aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-iop3xx/Makefile.boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-iop3xx/Makefile.boot')
-rw-r--r--arch/arm/mach-iop3xx/Makefile.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop3xx/Makefile.boot b/arch/arm/mach-iop3xx/Makefile.boot
index 6387aa20461b..e120c233b706 100644
--- a/arch/arm/mach-iop3xx/Makefile.boot
+++ b/arch/arm/mach-iop3xx/Makefile.boot
@@ -1,7 +1,7 @@
1 zreladdr-y := 0xa0008000 1 zreladdr-y := 0xa0008000
2params_phys-y := 0xa0000100 2params_phys-y := 0xa0000100
3initrd_phys-y := 0xa0800000 3initrd_phys-y := 0xa0800000
4ifeq ($(CONFIG_ARCH_IOP331),y) 4ifeq ($(CONFIG_ARCH_IOP33X),y)
5 zreladdr-y := 0x00008000 5 zreladdr-y := 0x00008000
6params_phys-y := 0x00000100 6params_phys-y := 0x00000100
7initrd_phys-y := 0x00800000 7initrd_phys-y := 0x00800000