summaryrefslogtreecommitdiff
path: root/include/configs/hammerhead.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-10-21 12:49:25 (GMT)
committerAndreas Bießmann <andreas@localhost>2012-03-13 11:06:41 (GMT)
commit72fa467988e7944407a634ddc4bc6a2df685c04c (patch)
treefa5fc3ddf5337aaabbfbe0ae1c2ff567d536be6d /include/configs/hammerhead.h
parent6751b05f855bbe56005d5b88d4eb58bcd52170d2 (diff)
downloadu-boot-fsl-qoriq-72fa467988e7944407a634ddc4bc6a2df685c04c.tar.xz
ATMEL: use generic mmc framework
gen_atmel_mci works on AVR32 as well, so no need to use the legacy mmc driver. This also has the nice side effect of being able to use SDHC cards an those boards. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/hammerhead.h')
-rw-r--r--include/configs/hammerhead.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/hammerhead.h b/include/configs/hammerhead.h
index 94e680c..532feb2 100644
--- a/include/configs/hammerhead.h
+++ b/include/configs/hammerhead.h
@@ -124,7 +124,9 @@
#define CONFIG_SYS_NR_PIOS 5
#define CONFIG_SYS_HSDRAMC
#define CONFIG_MMC
-#define CONFIG_ATMEL_MCI
+#define CONFIG_GENERIC_ATMEL_MCI
+#define CONFIG_GENERIC_MMC
+#define CONFIG_SYS_MMC_MAX_BLK_COUNT 1
#define CONFIG_SYS_DCACHE_LINESZ 32
#define CONFIG_SYS_ICACHE_LINESZ 32