projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65aa1b1
)
ARM: mach-pnx4008: convert boot_params to atag_offset
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:38:15 +0000
(22:38 -0400)
committer
Nicolas Pitre
<nico@fluxnic.net>
Sun, 21 Aug 2011 21:15:06 +0000
(17:15 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-pnx4008/core.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-pnx4008/core.c
b/arch/arm/mach-pnx4008/core.c
index 63399755f199dd91202f89917fbb04a1b0c44adc..cdb95e726f5c285f06fc63aa9d4191a1817fb476 100644
(file)
--- a/
arch/arm/mach-pnx4008/core.c
+++ b/
arch/arm/mach-pnx4008/core.c
@@
-264,7
+264,7
@@
extern struct sys_timer pnx4008_timer;
MACHINE_START(PNX4008, "Philips PNX4008")
/* Maintainer: MontaVista Software Inc. */
- .
boot_params = 0x80000
100,
+ .
atag_offset = 0x
100,
.map_io = pnx4008_map_io,
.init_irq = pnx4008_init_irq,
.init_machine = pnx4008_init,