commit | f6545f13a37d9202b553e99cdf6fa62023b77fe5 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Jan 30 16:11:12 2014 -0700 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Fri Feb 07 17:34:06 2014 +0200 |
tree | 09ccfdaf2fbbdde830624887ab2b2f9bbf8863e9 | |
parent | 68b3c44eecae288d438f7c04e2915fe66abec9b2 [diff] |
mmc: set rca to 1 for MMC cards U-Boot currently sets MMC cards' RCA register to 0. This value is reserved according to the specification. Use a value of 1 instead, just like the Linux kernel. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>