diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2010-10-22 14:15:16 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-10-22 15:14:12 -0400 |
commit | bc487fb341af05120bccb9f59ce76302391dcc77 (patch) | |
tree | 6d1c0058b95731491621181e3b9ac860e382fc61 /arch/arm/mach-omap2/board-cm-t3517.c | |
parent | cb74f0223fcf9b2db8f57d9ee5fa4738c066f3c6 (diff) |
omap: complete removal of machine_desc.io_pg_offst and .phys_io
Commit ab69bcd66fb4be64edfc767365cb9eb084961246 (arm: remove
machine_desc.io_pg_offst and .phys_io) could not update
the new boards in the omap tree. This causes the build of
omap2plus_defconfig to fail. Fix this.
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Eric Miao <eric.miao at canonical.com>
[tony@atomide.com: updated description]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t3517.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t3517.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t3517.c b/arch/arm/mach-omap2/board-cm-t3517.c index c49319ff5c36..1dd303e9a267 100644 --- a/arch/arm/mach-omap2/board-cm-t3517.c +++ b/arch/arm/mach-omap2/board-cm-t3517.c | |||
@@ -283,8 +283,6 @@ static void __init cm_t3517_init(void) | |||
283 | } | 283 | } |
284 | 284 | ||
285 | MACHINE_START(CM_T3517, "Compulab CM-T3517") | 285 | MACHINE_START(CM_T3517, "Compulab CM-T3517") |
286 | .phys_io = 0x48000000, | ||
287 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | ||
288 | .boot_params = 0x80000100, | 286 | .boot_params = 0x80000100, |
289 | .map_io = omap3_map_io, | 287 | .map_io = omap3_map_io, |
290 | .reserve = omap_reserve, | 288 | .reserve = omap_reserve, |