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

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

ARM: mach-imx: convert boot_params to atag_offset

parent 3746f022
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,7 +558,7 @@ static struct sys_timer armadillo5x0_timer = {

MACHINE_START(ARMADILLO5X0, "Armadillo-500")
	/* Maintainer: Alberto Panizzo  */
	.boot_params = MX3x_PHYS_OFFSET + 0x100,
	.atag_offset = 0x100,
	.map_io = mx31_map_io,
	.init_early = imx31_init_early,
	.init_irq = mx31_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ static struct sys_timer eukrea_cpuimx27_timer = {
};

MACHINE_START(CPUIMX27, "EUKREA CPUIMX27")
	.boot_params = MX27_PHYS_OFFSET + 0x100,
	.atag_offset = 0x100,
	.map_io = mx27_map_io,
	.init_early = imx27_init_early,
	.init_irq = mx27_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ struct sys_timer eukrea_cpuimx35_timer = {

MACHINE_START(EUKREA_CPUIMX35, "Eukrea CPUIMX35")
	/* Maintainer: Eukrea Electromatique */
	.boot_params = MX3x_PHYS_OFFSET + 0x100,
	.atag_offset = 0x100,
	.map_io = mx35_map_io,
	.init_early = imx35_init_early,
	.init_irq = mx35_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ static struct sys_timer eukrea_cpuimx25_timer = {

MACHINE_START(EUKREA_CPUIMX25, "Eukrea CPUIMX25")
	/* Maintainer: Eukrea Electromatique */
	.boot_params = MX25_PHYS_OFFSET + 0x100,
	.atag_offset = 0x100,
	.map_io = mx25_map_io,
	.init_early = imx25_init_early,
	.init_irq = mx25_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ static struct sys_timer visstrim_m10_timer = {
};

MACHINE_START(IMX27_VISSTRIM_M10, "Vista Silicon Visstrim_M10")
	.boot_params = MX27_PHYS_OFFSET + 0x100,
	.atag_offset = 0x100,
	.map_io = mx27_map_io,
	.init_early = imx27_init_early,
	.init_irq = mx27_init_irq,
Loading