aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-h720x/h7202-eval.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-08-23 10:54:51 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-08-23 10:54:51 +0100
commitad30a2bbdc20cf0111156e2aa6d2cc3e3c0d1893 (patch)
tree07e491fd3b782d47811a1b3d31d51b0a0d4630df /arch/arm/mach-h720x/h7202-eval.c
parentMerge branch 'dma-size' of git://git.yxit.co.uk/linux into devel-stable (diff)
parentARM: remove boot_params from struct machine_desc (diff)
downloadlinux-dev-ad30a2bbdc20cf0111156e2aa6d2cc3e3c0d1893.tar.xz
linux-dev-ad30a2bbdc20cf0111156e2aa6d2cc3e3c0d1893.zip
Merge branch 'atag_offset' of git://git.linaro.org/people/nico/linux into devel-stable
Diffstat (limited to 'arch/arm/mach-h720x/h7202-eval.c')
-rw-r--r--arch/arm/mach-h720x/h7202-eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-h720x/h7202-eval.c b/arch/arm/mach-h720x/h7202-eval.c
index 884584a09752..284a134819e1 100644
--- a/arch/arm/mach-h720x/h7202-eval.c
+++ b/arch/arm/mach-h720x/h7202-eval.c
@@ -71,7 +71,7 @@ static void __init init_eval_h7202(void)
MACHINE_START(H7202, "Hynix HMS30C7202")
/* Maintainer: Robert Schwebel, Pengutronix */
- .boot_params = 0x40000100,
+ .atag_offset = 0x100,
.map_io = h720x_map_io,
.init_irq = h7202_init_irq,
.timer = &h7202_timer,