summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-h720x/h7201-eval.c
diff options
context:
space:
mode:
authorNicolas Pitre2011-07-06 04:38:12 +0200
committerNicolas Pitre2011-08-21 23:14:50 +0200
commit3746f02254d72bb910ff29bd36d574b8d128b095 (patch)
tree3d4ddd697b27614e84c8300f5c81e3303b50e4b9 /arch/arm/mach-h720x/h7201-eval.c
parentARM: mach-gemini: convert boot_params to atag_offset (diff)
downloadkernel-qcow2-linux-3746f02254d72bb910ff29bd36d574b8d128b095.tar.gz
kernel-qcow2-linux-3746f02254d72bb910ff29bd36d574b8d128b095.tar.xz
kernel-qcow2-linux-3746f02254d72bb910ff29bd36d574b8d128b095.zip
ARM: mach-h720x: convert boot_params to atag_offset
The value used for boot_params in h7201-eval.c is nonsensical, given that PLAT_PHYS_OFFSET is defined to 0x40000000. Left unchanged to purposely break the build to get its maintainer's attention. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-h720x/h7201-eval.c')
-rw-r--r--arch/arm/mach-h720x/h7201-eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-h720x/h7201-eval.c b/arch/arm/mach-h720x/h7201-eval.c
index 65f1bea958e5..9886f19805f4 100644
--- a/arch/arm/mach-h720x/h7201-eval.c
+++ b/arch/arm/mach-h720x/h7201-eval.c
@@ -29,7 +29,7 @@
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,