summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorJosh Wu <josh.wu@atmel.com>2013-02-18 15:25:30 +0800
committerJosh Wu <josh.wu@atmel.com>2013-02-18 18:24:53 +0800
commit7fe5aa3d398f35ffa87e258d0c0dc950ff75a6be (patch)
tree5434545deb631057c506c12a613ab66e9387231b /drivers/mmc
parent55eba57334f0400fac87404904c7a8b99c56f595 (diff)
sama5: use correct soc and board names: sama5d3 for soc name, sama5d3xek for board name.
In this patch, we 1. change the soc file and board directory to correct name. 2. change the macro name from CONFIG_AT91SAMA5 to CONFIG_SAMA5D3. 3. change the defconfig name to sama5d3xek_xxx.
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/gen_atmel_mci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/gen_atmel_mci.c b/drivers/mmc/gen_atmel_mci.c
index 1e104f6fe1..741619fb14 100644
--- a/drivers/mmc/gen_atmel_mci.c
+++ b/drivers/mmc/gen_atmel_mci.c
@@ -83,7 +83,7 @@ static void mci_set_mode(struct mmc *mmc, u32 hz, u32 blklen)
blklen &= 0xfffc;
/* On some platforms RDPROOF and WRPROOF are ignored */
-#ifdef CONFIG_AT91SAMA5
+#ifdef CONFIG_SAMA5D3
writel((MMCI_BF(CLKDIV, clkdiv)
| MMCI_BIT(RDPROOF)
| MMCI_BIT(WRPROOF)), &mci->mr);