Hi,
I am writing microSD driver for dm3730 SOC..
As u-boot has already initialized the mmc/sd/sdio controller .
it is getting stuck in command transfer flow..
while ((mmc_base.pstate & 1) == 1); /* check cmd line */
that means cmd line is busy.. because microSD is in transfer mode..
anyone having idea how to change the mode..
..