diff options
Diffstat (limited to 'arch/arm/mach-pnx4008/core.c')
-rw-r--r-- | arch/arm/mach-pnx4008/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pnx4008/core.c b/arch/arm/mach-pnx4008/core.c index 63399755f199..cdb95e726f5c 100644 --- a/arch/arm/mach-pnx4008/core.c +++ b/arch/arm/mach-pnx4008/core.c | |||
@@ -264,7 +264,7 @@ extern struct sys_timer pnx4008_timer; | |||
264 | 264 | ||
265 | MACHINE_START(PNX4008, "Philips PNX4008") | 265 | MACHINE_START(PNX4008, "Philips PNX4008") |
266 | /* Maintainer: MontaVista Software Inc. */ | 266 | /* Maintainer: MontaVista Software Inc. */ |
267 | .boot_params = 0x80000100, | 267 | .atag_offset = 0x100, |
268 | .map_io = pnx4008_map_io, | 268 | .map_io = pnx4008_map_io, |
269 | .init_irq = pnx4008_init_irq, | 269 | .init_irq = pnx4008_init_irq, |
270 | .init_machine = pnx4008_init, | 270 | .init_machine = pnx4008_init, |