mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
ARM: mach-s5p64x0: 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
69d50710c6
commit
32bc82010b
@ -171,7 +171,7 @@ static void __init smdk6440_machine_init(void)
|
||||
|
||||
MACHINE_START(SMDK6440, "SMDK6440")
|
||||
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
|
||||
.boot_params = S5P64X0_PA_SDRAM + 0x100,
|
||||
.atag_offset = 0x100,
|
||||
|
||||
.init_irq = s5p6440_init_irq,
|
||||
.map_io = smdk6440_map_io,
|
||||
|
@ -190,7 +190,7 @@ static void __init smdk6450_machine_init(void)
|
||||
|
||||
MACHINE_START(SMDK6450, "SMDK6450")
|
||||
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
|
||||
.boot_params = S5P64X0_PA_SDRAM + 0x100,
|
||||
.atag_offset = 0x100,
|
||||
|
||||
.init_irq = s5p6450_init_irq,
|
||||
.map_io = smdk6450_map_io,
|
||||
|
Loading…
Reference in New Issue
Block a user