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

Commit 69d50710 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

ARM: mach-s3c24*: convert boot_params to atag_offset

parent 237e8873
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ static void __init amlm5900_init(void)
}

MACHINE_START(AML_M5900, "AML_M5900")
	.boot_params	= S3C2410_SDRAM_PA + 0x100,
	.atag_offset	= 0x100,
	.map_io		= amlm5900_map_io,
	.init_irq	= s3c24xx_init_irq,
	.init_machine	= amlm5900_init,
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ static void __init bast_init(void)

MACHINE_START(BAST, "Simtec-BAST")
	/* Maintainer: Ben Dooks <ben@simtec.co.uk> */
	.boot_params	= S3C2410_SDRAM_PA + 0x100,
	.atag_offset	= 0x100,
	.map_io		= bast_map_io,
	.init_irq	= s3c24xx_init_irq,
	.init_machine	= bast_init,
+1 −1
Original line number Diff line number Diff line
@@ -744,7 +744,7 @@ static void __init h1940_init(void)

MACHINE_START(H1940, "IPAQ-H1940")
	/* Maintainer: Ben Dooks <ben-linux@fluff.org> */
	.boot_params	= S3C2410_SDRAM_PA + 0x100,
	.atag_offset	= 0x100,
	.map_io		= h1940_map_io,
	.reserve	= h1940_reserve,
	.init_irq	= h1940_init_irq,
+2 −2
Original line number Diff line number Diff line
@@ -586,7 +586,7 @@ MACHINE_START(N30, "Acer-N30")
	/* Maintainer: Christer Weinigel <christer@weinigel.se>,
				Ben Dooks <ben-linux@fluff.org>
	*/
	.boot_params	= S3C2410_SDRAM_PA + 0x100,
	.atag_offset	= 0x100,
	.timer		= &s3c24xx_timer,
	.init_machine	= n30_init,
	.init_irq	= s3c24xx_init_irq,
@@ -596,7 +596,7 @@ MACHINE_END
MACHINE_START(N35, "Acer-N35")
	/* Maintainer: Christer Weinigel <christer@weinigel.se>
	*/
	.boot_params	= S3C2410_SDRAM_PA + 0x100,
	.atag_offset	= 0x100,
	.timer		= &s3c24xx_timer,
	.init_machine	= n30_init,
	.init_irq	= s3c24xx_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ static void __init otom11_init(void)

MACHINE_START(OTOM, "Nex Vision - Otom 1.1")
	/* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */
	.boot_params	= S3C2410_SDRAM_PA + 0x100,
	.atag_offset	= 0x100,
	.map_io		= otom11_map_io,
	.init_machine	= otom11_init,
	.init_irq	= s3c24xx_init_irq,
Loading