commit | 7b88e62f5d219a86d81bdf4388012c97dc42e8f8 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Wed Oct 05 15:14:02 2011 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Oct 19 16:34:10 2011 -0700 |
tree | 174143f866565578b15b3fc368b23e906a878a55 | |
parent | 3ae3e253db7385238dd9d6c67c085afa3e770a56 [diff] |
ARM: OMAP1: Use generic map_io, init_early and init_irq 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>