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

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

ARM: mach-tcc8k: convert boot_params to atag_offset

parent dfd48fbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ static void __init tcc8k_map_io(void)
}

MACHINE_START(TCC8000_SDK, "Telechips TCC8000-SDK Demo Board")
	.boot_params	= PLAT_PHYS_OFFSET + 0x00000100,
	.atag_offset	= 0x100,
	.map_io		= tcc8k_map_io,
	.init_irq	= tcc8k_init_irq,
	.init_machine	= tcc8k_init,