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:
0318ce9
)
ARM: mach-lpc32xx: convert boot_params to atag_offset
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:38:14 +0000
(22:38 -0400)
committer
Nicolas Pitre
<nico@fluxnic.net>
Sun, 21 Aug 2011 21:14:58 +0000
(17:14 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-lpc32xx/phy3250.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-lpc32xx/phy3250.c
b/arch/arm/mach-lpc32xx/phy3250.c
index
7993b09
..
9b621e1
100644
(file)
--- a/
arch/arm/mach-lpc32xx/phy3250.c
+++ b/
arch/arm/mach-lpc32xx/phy3250.c
@@
-382,7
+382,7
@@
arch_initcall(lpc32xx_display_uid);
MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller")
/* Maintainer: Kevin Wells, NXP Semiconductors */
- .
boot_params = 0x80000
100,
+ .
atag_offset = 0x
100,
.map_io = lpc32xx_map_io,
.init_irq = lpc32xx_init_irq,
.timer = &lpc32xx_timer,