forked from len0rd/rockbox
Fix comment in sdmmc to reflect what it really means.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31390 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
31c0842cd6
commit
d63b19ab49
1 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ static int sd_init_card(const int card_no)
|
|||
bitclr16(&IO_MMC_CONTROL, MMC_CTRL_WIDTH);
|
||||
sd_set_clock_rate(INITIAL_CLK);
|
||||
|
||||
/* Prevent dead lock */
|
||||
/* Prevent controller lock */
|
||||
udelay(100);
|
||||
|
||||
ret = sd_command(SD_GO_IDLE_STATE, 0, MMC_CMD_INITCLK, NULL);
|
||||
|
@ -427,7 +427,7 @@ static int sd_init_card(const int card_no)
|
|||
|
||||
sd_set_clock_rate(currcard->speed);
|
||||
|
||||
/* Prevent dead lock */
|
||||
/* Prevent controller lock */
|
||||
udelay(100);
|
||||
|
||||
ret = sd_command(SD_SELECT_CARD, currcard->rca,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue