Mounting EXT2 FS in u-boot for MMC fails.

Hi all:

I was trying to mount EXT2 FS on MMC (just like we do with FAT) in u-boot. For some reason it fails as shown below, currently I am hung on USB validation, it should easy to fix this up, may be some one can try...

OMAP3 beagleboard.org # mmcinit
OMAP3 beagleboard.org # ext2ls mmc 0
** ext2fs_devread() read error - block
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - mmc 0:1 **

Make sure you add CFG_CMD_EXT2 macro in CONFIG_COMMANDS in "include/configs/omap3530beagle.h" and do a clean build again.

Regards,
Khasim