瀏覽代碼

ARM: mach-integrator: convert boot_params to atag_offset

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Nicolas Pitre 14 年之前
父節點
當前提交
c5e587a2bf
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      arch/arm/mach-integrator/integrator_ap.c
  2. 1 1
      arch/arm/mach-integrator/integrator_cp.c

+ 1 - 1
arch/arm/mach-integrator/integrator_ap.c

@@ -457,7 +457,7 @@ static struct sys_timer ap_timer = {
 
 MACHINE_START(INTEGRATOR, "ARM-Integrator")
 	/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
-	.boot_params	= 0x00000100,
+	.atag_offset	= 0x100,
 	.reserve	= integrator_reserve,
 	.map_io		= ap_map_io,
 	.init_early	= integrator_init_early,

+ 1 - 1
arch/arm/mach-integrator/integrator_cp.c

@@ -492,7 +492,7 @@ static struct sys_timer cp_timer = {
 
 MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP")
 	/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
-	.boot_params	= 0x00000100,
+	.atag_offset	= 0x100,
 	.reserve	= integrator_reserve,
 	.map_io		= intcp_map_io,
 	.init_early	= intcp_init_early,