diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:11 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:14:45 -0400 |
commit | 5eb980f3b8e51ac695bf06febd2bc0838fafc2da (patch) | |
tree | 181c1f88a49a1a203a24b2b0efb42bd79f115573 /arch/arm/mach-ebsa110 | |
parent | 57fa57209c362b025d12a6b628b795312080a1c6 (diff) | |
download | blackbird-obmc-linux-5eb980f3b8e51ac695bf06febd2bc0838fafc2da.tar.gz blackbird-obmc-linux-5eb980f3b8e51ac695bf06febd2bc0838fafc2da.zip |
ARM: mach-ebsa110: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ebsa110')
-rw-r--r-- | arch/arm/mach-ebsa110/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ebsa110/core.c b/arch/arm/mach-ebsa110/core.c index 087bc771ac23..d0ce8abdd4b6 100644 --- a/arch/arm/mach-ebsa110/core.c +++ b/arch/arm/mach-ebsa110/core.c @@ -280,7 +280,7 @@ arch_initcall(ebsa110_init); MACHINE_START(EBSA110, "EBSA110") /* Maintainer: Russell King */ - .boot_params = 0x00000400, + .atag_offset = 0x400, .reserve_lp0 = 1, .reserve_lp2 = 1, .soft_reboot = 1, |