mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 14:56:54 -04:00
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:
committed by
Nicolas Pitre
parent
65aa1b1ea4
commit
d7a8a58e07
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user