ARM: mach-lpc32xx: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
0318ce9368
commit
bdec5ddd80
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ arch_initcall(lpc32xx_display_uid);
|
||||||
|
|
||||||
MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller")
|
MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller")
|
||||||
/* Maintainer: Kevin Wells, NXP Semiconductors */
|
/* Maintainer: Kevin Wells, NXP Semiconductors */
|
||||||
.boot_params = 0x80000100,
|
.atag_offset = 0x100,
|
||||||
.map_io = lpc32xx_map_io,
|
.map_io = lpc32xx_map_io,
|
||||||
.init_irq = lpc32xx_init_irq,
|
.init_irq = lpc32xx_init_irq,
|
||||||
.timer = &lpc32xx_timer,
|
.timer = &lpc32xx_timer,
|
||||||
|
|
Loading…
Add table
Reference in a new issue