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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue