mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
ARM: mach-dove: 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
e7e5601458
commit
57fa57209c
@ -87,7 +87,7 @@ static void __init cm_a510_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(CM_A510, "Compulab CM-A510 Board")
|
MACHINE_START(CM_A510, "Compulab CM-A510 Board")
|
||||||
.boot_params = 0x00000100,
|
.atag_offset = 0x100,
|
||||||
.init_machine = cm_a510_init,
|
.init_machine = cm_a510_init,
|
||||||
.map_io = dove_map_io,
|
.map_io = dove_map_io,
|
||||||
.init_early = dove_init_early,
|
.init_early = dove_init_early,
|
||||||
|
@ -94,7 +94,7 @@ static void __init dove_db_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(DOVE_DB, "Marvell DB-MV88AP510-BP Development Board")
|
MACHINE_START(DOVE_DB, "Marvell DB-MV88AP510-BP Development Board")
|
||||||
.boot_params = 0x00000100,
|
.atag_offset = 0x100,
|
||||||
.init_machine = dove_db_init,
|
.init_machine = dove_db_init,
|
||||||
.map_io = dove_map_io,
|
.map_io = dove_map_io,
|
||||||
.init_early = dove_init_early,
|
.init_early = dove_init_early,
|
||||||
|
Loading…
Reference in New Issue
Block a user