ARM: mach-prima2: 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
b84047e514
commit
0cc9311fad
|
@ -31,7 +31,7 @@ static const char *prima2cb_dt_match[] __initdata = {
|
||||||
|
|
||||||
MACHINE_START(PRIMA2_EVB, "prima2cb")
|
MACHINE_START(PRIMA2_EVB, "prima2cb")
|
||||||
/* Maintainer: Barry Song <baohua.song@csr.com> */
|
/* Maintainer: Barry Song <baohua.song@csr.com> */
|
||||||
.boot_params = 0x00000100,
|
.atag_offset = 0x100,
|
||||||
.init_early = sirfsoc_of_clk_init,
|
.init_early = sirfsoc_of_clk_init,
|
||||||
.map_io = sirfsoc_map_lluart,
|
.map_io = sirfsoc_map_lluart,
|
||||||
.init_irq = sirfsoc_of_irq_init,
|
.init_irq = sirfsoc_of_irq_init,
|
||||||
|
|
Loading…
Reference in New Issue