projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ddea57
)
ARM: mach-rpc: convert boot_params to atag_offset
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:38:16 +0000
(22:38 -0400)
committer
Nicolas Pitre
<nico@fluxnic.net>
Sun, 21 Aug 2011 21:15:09 +0000
(17:15 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-rpc/riscpc.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-rpc/riscpc.c
b/arch/arm/mach-rpc/riscpc.c
index 580b3c73d2c71ffd1b5d1a257615e4fe61bfdf61..a9241eb877240cfbf66080d7ee5cd9954f7db035 100644
(file)
--- a/
arch/arm/mach-rpc/riscpc.c
+++ b/
arch/arm/mach-rpc/riscpc.c
@@
-218,7
+218,7
@@
extern struct sys_timer ioc_timer;
MACHINE_START(RISCPC, "Acorn-RiscPC")
/* Maintainer: Russell King */
- .
boot_params = 0x10000
100,
+ .
atag_offset = 0x
100,
.reserve_lp0 = 1,
.reserve_lp1 = 1,
.map_io = rpc_map_io,