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:
171fa8a
)
ARM: vexpress: convert boot_params to atag_offset
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:38:18 +0000
(22:38 -0400)
committer
Nicolas Pitre
<nico@fluxnic.net>
Sun, 21 Aug 2011 21:15:20 +0000
(17:15 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-vexpress/v2m.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-vexpress/v2m.c
b/arch/arm/mach-vexpress/v2m.c
index
9e6b93b
..
de72058
100644
(file)
--- a/
arch/arm/mach-vexpress/v2m.c
+++ b/
arch/arm/mach-vexpress/v2m.c
@@
-436,7
+436,7
@@
static void __init v2m_init(void)
}
MACHINE_START(VEXPRESS, "ARM-Versatile Express")
- .
boot_params = PLAT_PHYS_OFFSET + 0x00000
100,
+ .
atag_offset = 0x
100,
.map_io = v2m_map_io,
.init_early = v2m_init_early,
.init_irq = v2m_init_irq,