diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/phy3250.c')
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index c3a22fd736aa..6d2f0d1b9373 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c | |||
@@ -383,7 +383,7 @@ arch_initcall(lpc32xx_display_uid); | |||
383 | 383 | ||
384 | MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller") | 384 | MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller") |
385 | /* Maintainer: Kevin Wells, NXP Semiconductors */ | 385 | /* Maintainer: Kevin Wells, NXP Semiconductors */ |
386 | .boot_params = 0x80000100, | 386 | .atag_offset = 0x100, |
387 | .map_io = lpc32xx_map_io, | 387 | .map_io = lpc32xx_map_io, |
388 | .init_irq = lpc32xx_init_irq, | 388 | .init_irq = lpc32xx_init_irq, |
389 | .timer = &lpc32xx_timer, | 389 | .timer = &lpc32xx_timer, |