mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
ARM: mach-spear*: 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
8322cd4bf1
commit
dfd48fbbb4
@ -64,7 +64,7 @@ static void __init spear300_evb_init(void)
|
||||
}
|
||||
|
||||
MACHINE_START(SPEAR300, "ST-SPEAR300-EVB")
|
||||
.boot_params = 0x00000100,
|
||||
.atag_offset = 0x100,
|
||||
.map_io = spear3xx_map_io,
|
||||
.init_irq = spear3xx_init_irq,
|
||||
.timer = &spear3xx_timer,
|
||||
|
@ -70,7 +70,7 @@ static void __init spear310_evb_init(void)
|
||||
}
|
||||
|
||||
MACHINE_START(SPEAR310, "ST-SPEAR310-EVB")
|
||||
.boot_params = 0x00000100,
|
||||
.atag_offset = 0x100,
|
||||
.map_io = spear3xx_map_io,
|
||||
.init_irq = spear3xx_init_irq,
|
||||
.timer = &spear3xx_timer,
|
||||
|
@ -68,7 +68,7 @@ static void __init spear320_evb_init(void)
|
||||
}
|
||||
|
||||
MACHINE_START(SPEAR320, "ST-SPEAR320-EVB")
|
||||
.boot_params = 0x00000100,
|
||||
.atag_offset = 0x100,
|
||||
.map_io = spear3xx_map_io,
|
||||
.init_irq = spear3xx_init_irq,
|
||||
.timer = &spear3xx_timer,
|
||||
|
@ -43,7 +43,7 @@ static void __init spear600_evb_init(void)
|
||||
}
|
||||
|
||||
MACHINE_START(SPEAR600, "ST-SPEAR600-EVB")
|
||||
.boot_params = 0x00000100,
|
||||
.atag_offset = 0x100,
|
||||
.map_io = spear6xx_map_io,
|
||||
.init_irq = spear6xx_init_irq,
|
||||
.timer = &spear6xx_timer,
|
||||
|
Loading…
Reference in New Issue
Block a user