ARM: mach-sa1100: 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
02350a1f8b
commit
17f4425d5b
@@ -229,7 +229,7 @@ arch_initcall(simpad_init);
|
||||
|
||||
MACHINE_START(SIMPAD, "Simpad")
|
||||
/* Maintainer: Holger Freyther */
|
||||
.boot_params = 0xc0000100,
|
||||
.atag_offset = 0x100,
|
||||
.map_io = simpad_map_io,
|
||||
.init_irq = sa1100_init_irq,
|
||||
.timer = &sa1100_timer,
|
||||
|
Reference in New Issue
Block a user