projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f4425
)
ARM: mach-shark: convert boot_params to atag_offset
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:38:17 +0000
(22:38 -0400)
committer
Nicolas Pitre
<nico@fluxnic.net>
Sun, 21 Aug 2011 21:15:14 +0000
(17:15 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-shark/core.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shark/core.c
b/arch/arm/mach-shark/core.c
index
ac2873c
..
feda3ca
100644
(file)
--- a/
arch/arm/mach-shark/core.c
+++ b/
arch/arm/mach-shark/core.c
@@
-152,7
+152,7
@@
static struct sys_timer shark_timer = {
MACHINE_START(SHARK, "Shark")
/* Maintainer: Alexander Schulz */
- .
boot_params = 0x0800
3000,
+ .
atag_offset = 0x
3000,
.map_io = shark_map_io,
.init_irq = shark_init_irq,
.timer = &shark_timer,