commit | def816a2ba87c2a3507536e8cb226f0f85bdae2c | [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 | dbf3de2dd26cae37d16b00b348828c883b658cc5 [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>