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

Commit 59a0e0c5 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

ARM: mach-vt8500: convert boot_params to atag_offset

parent e9ce8e5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ void __init bv07_init(void)
}

MACHINE_START(BV07, "Benign BV07 Mini Netbook")
	.boot_params	= 0x00000100,
	.atag_offset	= 0x100,
	.reserve	= vt8500_reserve_mem,
	.map_io		= vt8500_map_io,
	.init_irq	= vt8500_init_irq,
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ void __init wm8505_7in_init(void)
}

MACHINE_START(WM8505_7IN_NETBOOK, "WM8505 7-inch generic netbook")
	.boot_params	= 0x00000100,
	.atag_offset	= 0x100,
	.reserve	= wm8505_reserve_mem,
	.map_io		= wm8505_map_io,
	.init_irq	= wm8505_init_irq,