summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-10-14 13:04:25 +0200
committerEric Bénard <eric@eukrea.com>2010-10-14 13:07:14 +0200
commit7c9016431b1060c0a20ad8ac8ebf85d4a7b09b5e (patch)
tree891d69f091de80dd8b1c04b7318d1d3078bb08d7 /drivers
parent5842345358b251819d431bb56fa8400416e4b592 (diff)
downloadbarebox-7c9016431b1060c0a20ad8ac8ebf85d4a7b09b5e.tar.gz
barebox-7c9016431b1060c0a20ad8ac8ebf85d4a7b09b5e.tar.xz
mci-core: add more tested SD Cards
note : - Transcend 16GiB fails (no log) - Micron 8GiB eMMC fails (hangs after : Detecting a 4.0 revision card) Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mci/mci-core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c
index ea2706234a..c92d5a94e1 100644
--- a/drivers/mci/mci-core.c
+++ b/drivers/mci/mci-core.c
@@ -46,9 +46,12 @@
*
* Checked with the following cards:
* - Canon MMC 16 MiB
+ * - Integral MicroSDHC, 8 GiB (Class 4)
* - Kingston 512 MiB
* - SanDisk 512 MiB
* - Transcend SD Ultra, 1 GiB (Industrial)
+ * - Transcend SDHC, 4 GiB (Class 6)
+ * - Transcend SDHC, 8 GiB (Class 6)
*/
/**