diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-10-20 20:48:15 -0400 |
---|---|---|
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-10-20 20:48:15 -0400 |
commit | d30d9cf39c522f3aa767015e5b6d3d18b4414137 (patch) | |
tree | d53095389168f757b327e756505076fdb79c7c7e | |
parent | 0d04279d7443de8a98ced62732d1d834d5f005d5 (diff) |
ARM: mach-exynos4: move boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
-rw-r--r-- | arch/arm/mach-exynos4/mach-origen.c | 2 |
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 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 <jhkim@insignal.co.kr> */ - .boot_params = S5P_PA_SDRAM + 0x100, + .atag_offset = 0x100, .init_irq = exynos4_init_irq, .map_io = origen_map_io, .init_machine = origen_machine_init, |