aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/mach-origen.c
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2011-09-19 07:09:01 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-10-04 05:34:58 -0400
commit1abd328ee5e2e870fa035e7882e7a278127b4ccf (patch)
treeed77a48862bed0f60d437de36130822d41a4ca75 /arch/arm/mach-exynos4/mach-origen.c
parent2520123382e97271e932377c83bca010c265be55 (diff)
ARM: EXYNOS4: convert boot_params to atag_offset
Based on "ARM: introduce atag_offset to replace boot_params" by Nicolas Pitre (2bb9839e312ed55a6d5824ffa6077ce3d7d63b1e). 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>
Diffstat (limited to 'arch/arm/mach-exynos4/mach-origen.c')
-rw-r--r--arch/arm/mach-exynos4/mach-origen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c
index ed59f86001ac..b5f6f38557c9 100644
--- a/arch/arm/mach-exynos4/mach-origen.c
+++ b/arch/arm/mach-exynos4/mach-origen.c
@@ -100,7 +100,7 @@ static void __init origen_machine_init(void)
100 100
101MACHINE_START(ORIGEN, "ORIGEN") 101MACHINE_START(ORIGEN, "ORIGEN")
102 /* Maintainer: JeongHyeon Kim <jhkim@insignal.co.kr> */ 102 /* Maintainer: JeongHyeon Kim <jhkim@insignal.co.kr> */
103 .boot_params = S5P_PA_SDRAM + 0x100, 103 .atag_offset = 0x100,
104 .init_irq = exynos4_init_irq, 104 .init_irq = exynos4_init_irq,
105 .map_io = origen_map_io, 105 .map_io = origen_map_io,
106 .init_machine = origen_machine_init, 106 .init_machine = origen_machine_init,