Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5e587a2 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

ARM: mach-integrator: convert boot_params to atag_offset

parent dc8f1907
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -457,7 +457,7 @@ static struct sys_timer ap_timer = {


MACHINE_START(INTEGRATOR, "ARM-Integrator")
MACHINE_START(INTEGRATOR, "ARM-Integrator")
	/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
	/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
	.boot_params	= 0x00000100,
	.atag_offset	= 0x100,
	.reserve	= integrator_reserve,
	.reserve	= integrator_reserve,
	.map_io		= ap_map_io,
	.map_io		= ap_map_io,
	.init_early	= integrator_init_early,
	.init_early	= integrator_init_early,
+1 −1
Original line number Original line Diff line number Diff line
@@ -492,7 +492,7 @@ static struct sys_timer cp_timer = {


MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP")
MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP")
	/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
	/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
	.boot_params	= 0x00000100,
	.atag_offset	= 0x100,
	.reserve	= integrator_reserve,
	.reserve	= integrator_reserve,
	.map_io		= intcp_map_io,
	.map_io		= intcp_map_io,
	.init_early	= intcp_init_early,
	.init_early	= intcp_init_early,