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

Commit 1896746d authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

ARM: mach-iop32x: convert boot_params to atag_offset

parent d304c54e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ static void __init em7210_init_machine(void)
}

MACHINE_START(EM7210, "Lanner EM7210")
	.boot_params	= 0xa0000100,
	.atag_offset	= 0x100,
	.map_io		= em7210_map_io,
	.init_irq	= iop32x_init_irq,
	.timer		= &em7210_timer,
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ static void __init glantank_init_machine(void)

MACHINE_START(GLANTANK, "GLAN Tank")
	/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
	.boot_params	= 0xa0000100,
	.atag_offset	= 0x100,
	.map_io		= glantank_map_io,
	.init_irq	= iop32x_init_irq,
	.timer		= &glantank_timer,
+2 −2
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ __setup("force_ep80219", force_ep80219_setup);

MACHINE_START(IQ31244, "Intel IQ31244")
	/* Maintainer: Intel Corp. */
	.boot_params	= 0xa0000100,
	.atag_offset	= 0x100,
	.map_io		= iq31244_map_io,
	.init_irq	= iop32x_init_irq,
	.timer		= &iq31244_timer,
@@ -327,7 +327,7 @@ MACHINE_END
 */
MACHINE_START(EP80219, "Intel EP80219")
	/* Maintainer: Intel Corp. */
	.boot_params	= 0xa0000100,
	.atag_offset	= 0x100,
	.map_io		= iq31244_map_io,
	.init_irq	= iop32x_init_irq,
	.timer		= &iq31244_timer,
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ static void __init iq80321_init_machine(void)

MACHINE_START(IQ80321, "Intel IQ80321")
	/* Maintainer: Intel Corp. */
	.boot_params	= 0xa0000100,
	.atag_offset	= 0x100,
	.map_io		= iq80321_map_io,
	.init_irq	= iop32x_init_irq,
	.timer		= &iq80321_timer,
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ static void __init n2100_init_machine(void)

MACHINE_START(N2100, "Thecus N2100")
	/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
	.boot_params	= 0xa0000100,
	.atag_offset	= 0x100,
	.map_io		= n2100_map_io,
	.init_irq	= iop32x_init_irq,
	.timer		= &n2100_timer,