mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 14:26:42 +07:00
ARM: mach-tcc8k: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
dfd48fbbb4
commit
a1985dd97e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user