Currently we are developing our product around OMAP-L138 SOM using L138 dev kit.
We have chosen SD card for our primary storage, and I have successfully brought up a system
with root file system on it. But when I tried to move up to booting uImage off SD card,
I didn't find SD/MMC card support on u-boot built for L138 dev kit (da8xx board).
First I throught it was simply not enabled in the build configuration, but taking a closer look,
it seems that DaVinci processors have different SD/MMC controller from OMAP3 and
the MMC driver drivers/mmc/omap3_mmc.c does not work with L138.
Since TI added L138 SD/MMC card support in the kernel, do you have any plan to add
same support for u-boot in (very) near future?