projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57fa572
)
ARM: mach-ebsa110: convert boot_params to atag_offset
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:38:11 +0000
(22:38 -0400)
committer
Nicolas Pitre
<nico@fluxnic.net>
Sun, 21 Aug 2011 21:14:45 +0000
(17:14 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ebsa110/core.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ebsa110/core.c
b/arch/arm/mach-ebsa110/core.c
index
087bc77
..
d0ce8ab
100644
(file)
--- 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 = 0x00000
400,
+ .
atag_offset = 0x
400,
.reserve_lp0 = 1,
.reserve_lp2 = 1,
.soft_reboot = 1,