mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
ARM: mach-nomadik: 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
b11fd42cad
commit
013b5fb283
@ -276,7 +276,7 @@ static void __init nhk8815_platform_init(void)
|
||||
|
||||
MACHINE_START(NOMADIK, "NHK8815")
|
||||
/* Maintainer: ST MicroElectronics */
|
||||
.boot_params = 0x100,
|
||||
.atag_offset = 0x100,
|
||||
.map_io = cpu8815_map_io,
|
||||
.init_irq = cpu8815_init_irq,
|
||||
.timer = &nomadik_timer,
|
||||
|
Loading…
Reference in New Issue
Block a user