projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ec1f9
)
MXC qonq: mxc_map_io is now mx31_map_io
author
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 5 May 2009 09:13:23 +0000
(11:13 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 7 May 2009 14:20:34 +0000
(16:20 +0200)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/qong.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/qong.c
b/arch/arm/mach-mx3/qong.c
index 5a01e48fd8f17e9b44e56bd0cd1160141c5c4a21..82b31c4ab11fc620fd28ea41e2065ed1ce197dba 100644
(file)
--- a/
arch/arm/mach-mx3/qong.c
+++ b/
arch/arm/mach-mx3/qong.c
@@
-279,7
+279,7
@@
MACHINE_START(QONG, "Dave/DENX QongEVB-LITE")
.phys_io = AIPS1_BASE_ADDR,
.io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc,
.boot_params = PHYS_OFFSET + 0x100,
- .map_io = mx
c
_map_io,
+ .map_io = mx
31
_map_io,
.init_irq = mxc_init_irq,
.init_machine = mxc_board_init,
.timer = &qong_timer,