Re: [U-Boot] [PATCH 4/4] mmc: dw_mmc: Use active DDR mode flag

2014-12-12 Thread Pantelis Antoniou
Hi Andrew, On Dec 1, 2014, at 14:59 , Andrew Gabbasov andrew_gabba...@mentor.com wrote: The card_caps bit should denote the card capability to use DDR mode, but we need the flag indicating that the DDR mode is active. Signed-off-by: Andrew Gabbasov andrew_gabba...@mentor.com ---

[U-Boot] [PATCH 4/4] mmc: dw_mmc: Use active DDR mode flag

2014-12-01 Thread Andrew Gabbasov
The card_caps bit should denote the card capability to use DDR mode, but we need the flag indicating that the DDR mode is active. Signed-off-by: Andrew Gabbasov andrew_gabba...@mentor.com --- drivers/mmc/dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git