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

Commit 246e389d authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

ARM: mach-omap1: convert boot_params to atag_offset

parent 03150fb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ static void __init ams_delta_map_io(void)

MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
	/* Maintainer: Jonathan McDowell <noodles@earth.li> */
	.boot_params	= 0x10000100,
	.atag_offset	= 0x100,
	.map_io		= ams_delta_map_io,
	.reserve	= omap_reserve,
	.init_irq	= ams_delta_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ static void __init omap_fsample_map_io(void)

MACHINE_START(OMAP_FSAMPLE, "OMAP730 F-Sample")
/* Maintainer: Brian Swetland <swetland@google.com> */
	.boot_params	= 0x10000100,
	.atag_offset	= 0x100,
	.map_io		= omap_fsample_map_io,
	.reserve	= omap_reserve,
	.init_irq	= omap_fsample_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ static void __init omap_generic_map_io(void)

MACHINE_START(OMAP_GENERIC, "Generic OMAP1510/1610/1710")
	/* Maintainer: Tony Lindgren <tony@atomide.com> */
	.boot_params	= 0x10000100,
	.atag_offset	= 0x100,
	.map_io		= omap_generic_map_io,
	.reserve	= omap_reserve,
	.init_irq	= omap_generic_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ static void __init h2_map_io(void)

MACHINE_START(OMAP_H2, "TI-H2")
	/* Maintainer: Imre Deak <imre.deak@nokia.com> */
	.boot_params	= 0x10000100,
	.atag_offset	= 0x100,
	.map_io		= h2_map_io,
	.reserve	= omap_reserve,
	.init_irq	= h2_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@ static void __init h3_map_io(void)

MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board")
	/* Maintainer: Texas Instruments, Inc. */
	.boot_params	= 0x10000100,
	.atag_offset	= 0x100,
	.map_io		= h3_map_io,
	.reserve	= omap_reserve,
	.init_irq	= h3_init_irq,
Loading