Moved OMAP3 boot ROM MMC loader emulation from beagle.c to omap3.c
authorJuha Riihimäki <juhriihi@esdhcp03567.research.nokia.com>
Mon, 16 Feb 2009 13:19:47 +0000 (15:19 +0200)
committerJuha Riihimäki <juhriihi@esdhcp03567.research.nokia.com>
Mon, 16 Feb 2009 13:19:47 +0000 (15:19 +0200)
commit1f59b7fda76dc0f886ab5084cce72807869bf2c3
tree9baf3e25380443796fbe04ca08d0cb2992811ac7
parentc0e377b80796709452dbb9a1140d1708a8690929
Moved OMAP3 boot ROM MMC loader emulation from beagle.c to omap3.c

Since the MMC loader emulation of OMAP3 boot ROM is generic for OMAP3 and not specific for Beagleboard, moved the relevant functions to omap3.c from beagle.c.
hw/beagle.c
hw/omap.h
hw/omap3.c