]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx6qsabrelite: enable DCache and MMC bounce buffer
authorDirk Behme <dirk.behme@de.bosch.com>
Wed, 8 Aug 2012 02:26:31 +0000 (02:26 +0000)
committerStefano Babic <sbabic@denx.de>
Wed, 17 Oct 2012 16:20:07 +0000 (18:20 +0200)
The recent U-Boot version 2012.07 has improved drivers
(e.g. MMC and network/FEC) regarding DCache handling.
So it should be safe to use the DCache on the i.MX6, now.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Acked-by: Stefano Babic <sbabic@denx.de>
include/configs/mx6qsabrelite.h

index c592a33b008dc7aa64b11b356e70b9b6c8e15c71..5989eb21d9f8ab18635aa0de1ed8675a55e7d0cc 100644 (file)
@@ -72,6 +72,7 @@
 #define CONFIG_MMC
 #define CONFIG_CMD_MMC
 #define CONFIG_GENERIC_MMC
+#define CONFIG_MMC_BOUNCE_BUFFER
 #define CONFIG_CMD_EXT2
 #define CONFIG_CMD_FAT
 #define CONFIG_DOS_PARTITION
 #define CONFIG_OF_LIBFDT
 #define CONFIG_CMD_BOOTZ
 
-#define CONFIG_SYS_DCACHE_OFF
-
 #ifndef CONFIG_SYS_DCACHE_OFF
 #define CONFIG_CMD_CACHE
 #endif