ARM: mach-pnx4008: 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
65aa1b1ea4
commit
d7a8a58e07
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ extern struct sys_timer pnx4008_timer;
|
|||
|
||||
MACHINE_START(PNX4008, "Philips PNX4008")
|
||||
/* Maintainer: MontaVista Software Inc. */
|
||||
.boot_params = 0x80000100,
|
||||
.atag_offset = 0x100,
|
||||
.map_io = pnx4008_map_io,
|
||||
.init_irq = pnx4008_init_irq,
|
||||
.init_machine = pnx4008_init,
|
||||
|
|
Loading…
Reference in a new issue