[Patch 3/3] for to add OMAP3 EVM support to Sakoman's u-boot Tree

This patch provides for support for booting with MMC.

Files changed with this patch :
board/omap3evm/omap3evm.c | 4 ++++
include/configs/omap3evm.h | 12 +++++-------
net/eth.c | 6 +++++-
3 files changed, 14 insertions(+), 8 deletions(-)

diff -uprN omap3-uboot-patch2/omap3-uboot/u-boot-omap3/board/omap3evm/omap3evm.c omap3-uboot/u-boot-omap3/board/omap3evm/omap3evm.c
--- omap3-uboot-patch2/omap3-uboot/u-boot-omap3/board/omap3evm/omap3evm.c 2008-07-11 08:59:27.000000000 +0530
+++ omap3-uboot/u-boot-omap3/board/omap3evm/omap3evm.c 2008-07-15 09:47:05.000000000 +0530
@@ -268,6 +268,10 @@ int misc_init_r(void)

        /* set clksel_tv and clksel_dss1 to DPLL4 clock divided by 1 */
        *((uint *) 0x48004E40) = 0x00001001;