Re: [U-Boot] [PATCH] mmc: check the revision for sd3.0

2013-01-30 Thread Rommel Custodio
Dear Jaehoon, Jaehoon Chung jh80.chung at samsung.com writes: Support to check whether the SD3.0 or not. Signed-off-by: Jaehoon Chung jh80.chung at samsung.com Signed-off-by: Kyungmin Park kyungmin.park at samsung.com --- drivers/mmc/mmc.c |2 ++ include/mmc.h |1 + 2

[U-Boot] [PATCH] mmc: check the revision for sd3.0

2013-01-30 Thread Jaehoon Chung
Support to check whether the SD3.0 or not. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/mmc/mmc.c |2 ++ include/mmc.h |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c