From d30d9cf39c522f3aa767015e5b6d3d18b4414137 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Thu, 20 Oct 2011 20:48:15 -0400 Subject: ARM: mach-exynos4: move boot_params to atag_offset Signed-off-by: Nicolas Pitre --- arch/arm/mach-exynos4/mach-origen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c index ed59f86001a..b5f6f38557c 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) MACHINE_START(ORIGEN, "ORIGEN") /* Maintainer: JeongHyeon Kim */ - .boot_params = S5P_PA_SDRAM + 0x100, + .atag_offset = 0x100, .init_irq = exynos4_init_irq, .map_io = origen_map_io, .init_machine = origen_machine_init, -- cgit v1.2.3