aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-h720x/h7201-eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-h720x/h7201-eval.c')
-rw-r--r--arch/arm/mach-h720x/h7201-eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-h720x/h7201-eval.c b/arch/arm/mach-h720x/h7201-eval.c
index 629454d..9886f19 100644
--- a/arch/arm/mach-h720x/h7201-eval.c
+++ b/arch/arm/mach-h720x/h7201-eval.c
@@ -29,8 +29,9 @@
MACHINE_START(H7201, "Hynix GMS30C7201")
/* Maintainer: Robert Schwebel, Pengutronix */
- .boot_params = 0xc0001000,
+ .atag_offset = 0x1000,
.map_io = h720x_map_io,
.init_irq = h720x_init_irq,
.timer = &h7201_timer,
+ .dma_zone_size = SZ_256M,
MACHINE_END