Skip to content

Commit

Permalink
ARM: mach-tcc8k: convert boot_params to atag_offset
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Aug 21, 2011
1 parent dfd48fb commit a1985dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-tcc8k/board-tcc8000-sdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a1985dd

Please sign in to comment.