diff options
Diffstat (limited to 'arch/arm/mach-iop3xx/Makefile.boot')
-rw-r--r-- | arch/arm/mach-iop3xx/Makefile.boot | 2 |
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 |
2 | params_phys-y := 0xa0000100 | 2 | params_phys-y := 0xa0000100 |
3 | initrd_phys-y := 0xa0800000 | 3 | initrd_phys-y := 0xa0800000 |
4 | ifeq ($(CONFIG_ARCH_IOP331),y) | 4 | ifeq ($(CONFIG_ARCH_IOP33X),y) |
5 | zreladdr-y := 0x00008000 | 5 | zreladdr-y := 0x00008000 |
6 | params_phys-y := 0x00000100 | 6 | params_phys-y := 0x00000100 |
7 | initrd_phys-y := 0x00800000 | 7 | initrd_phys-y := 0x00800000 |