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

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

ARM: mach-iop13xx: convert boot_params to atag_offset

parent c5e587a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ static struct sys_timer iq81340mc_timer = {

MACHINE_START(IQ81340MC, "Intel IQ81340MC")
	/* Maintainer: Dan Williams <dan.j.williams@intel.com> */
	.boot_params    = 0x00000100,
	.atag_offset    = 0x100,
	.map_io         = iop13xx_map_io,
	.init_irq       = iop13xx_init_irq,
	.timer          = &iq81340mc_timer,
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ static struct sys_timer iq81340sc_timer = {

MACHINE_START(IQ81340SC, "Intel IQ81340SC")
	/* Maintainer: Dan Williams <dan.j.williams@intel.com> */
	.boot_params    = 0x00000100,
	.atag_offset    = 0x100,
	.map_io         = iop13xx_map_io,
	.init_irq       = iop13xx_init_irq,
	.timer          = &iq81340sc_timer,