ARM: mach-sa1100: convert boot_params to atag_offset

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
这个提交包含在:
Nicolas Pitre
2011-07-05 22:38:17 -04:00
提交者 Nicolas Pitre
父节点 02350a1f8b
当前提交 17f4425d5b
修改 10 个文件,包含 10 行新增10 行删除

查看文件

@@ -302,7 +302,7 @@ static void __init badge4_map_io(void)
}
MACHINE_START(BADGE4, "Hewlett-Packard Laboratories BadgePAD 4")
.boot_params = 0xc0000100,
.atag_offset = 0x100,
.map_io = badge4_map_io,
.init_irq = sa1100_init_irq,
.timer = &sa1100_timer,