ARM: OMAP1: Use generic map_io, init_early and init_irq
authorTony Lindgren <tony@atomide.com>
Wed, 5 Oct 2011 22:14:02 +0000 (15:14 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 19 Oct 2011 23:34:10 +0000 (16:34 -0700)
This allows removing omap hacks for map_io allowing generic
map_io.

Note that in the future we can't do cpu_is_omapxxxx detection
until in init_early. This means that board-innovator.c now
assumes 15xx only, and board-generic.c assumes 16xx only.
This is best fixed later on by passing the SoC type from
device tree.

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found