Commit 237e8873 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre

ARM: mach-rpc: convert boot_params to atag_offset

Signed-off-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 9ddea57e
...@@ -218,7 +218,7 @@ extern struct sys_timer ioc_timer; ...@@ -218,7 +218,7 @@ extern struct sys_timer ioc_timer;
MACHINE_START(RISCPC, "Acorn-RiscPC") MACHINE_START(RISCPC, "Acorn-RiscPC")
/* Maintainer: Russell King */ /* Maintainer: Russell King */
.boot_params = 0x10000100, .atag_offset = 0x100,
.reserve_lp0 = 1, .reserve_lp0 = 1,
.reserve_lp1 = 1, .reserve_lp1 = 1,
.map_io = rpc_map_io, .map_io = rpc_map_io,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment