forked from Minki/linux
ARM: EXYNOS4: convert boot_params to atag_offset
Based on "ARM: introduce atag_offset to replace boot_params"
by Nicolas Pitre (2bb9839e31
).
Since boot_params variable is deleted from machine_desc, the variable
is modified in the newer board files.
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
[kgene.kim@samsung.com: added fixing for smdkv310]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
2520123382
commit
1abd328ee5
@ -100,7 +100,7 @@ static void __init origen_machine_init(void)
|
|||||||
|
|
||||||
MACHINE_START(ORIGEN, "ORIGEN")
|
MACHINE_START(ORIGEN, "ORIGEN")
|
||||||
/* Maintainer: JeongHyeon Kim <jhkim@insignal.co.kr> */
|
/* Maintainer: JeongHyeon Kim <jhkim@insignal.co.kr> */
|
||||||
.boot_params = S5P_PA_SDRAM + 0x100,
|
.atag_offset = 0x100,
|
||||||
.init_irq = exynos4_init_irq,
|
.init_irq = exynos4_init_irq,
|
||||||
.map_io = origen_map_io,
|
.map_io = origen_map_io,
|
||||||
.init_machine = origen_machine_init,
|
.init_machine = origen_machine_init,
|
||||||
|
@ -324,7 +324,7 @@ static void __init smdkv310_machine_init(void)
|
|||||||
MACHINE_START(SMDKV310, "SMDKV310")
|
MACHINE_START(SMDKV310, "SMDKV310")
|
||||||
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
|
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
|
||||||
/* Maintainer: Changhwan Youn <chaos.youn@samsung.com> */
|
/* Maintainer: Changhwan Youn <chaos.youn@samsung.com> */
|
||||||
.boot_params = S5P_PA_SDRAM + 0x100,
|
.atag_offset = 0x100,
|
||||||
.init_irq = exynos4_init_irq,
|
.init_irq = exynos4_init_irq,
|
||||||
.map_io = smdkv310_map_io,
|
.map_io = smdkv310_map_io,
|
||||||
.init_machine = smdkv310_machine_init,
|
.init_machine = smdkv310_machine_init,
|
||||||
@ -333,7 +333,7 @@ MACHINE_END
|
|||||||
|
|
||||||
MACHINE_START(SMDKC210, "SMDKC210")
|
MACHINE_START(SMDKC210, "SMDKC210")
|
||||||
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
|
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
|
||||||
.boot_params = S5P_PA_SDRAM + 0x100,
|
.atag_offset = 0x100,
|
||||||
.init_irq = exynos4_init_irq,
|
.init_irq = exynos4_init_irq,
|
||||||
.map_io = smdkv310_map_io,
|
.map_io = smdkv310_map_io,
|
||||||
.init_machine = smdkv310_machine_init,
|
.init_machine = smdkv310_machine_init,
|
||||||
|
Loading…
Reference in New Issue
Block a user