diff options
author | Dirk Behme <dirk.behme@de.bosch.com> | 2012-08-08 02:26:31 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-10-17 18:20:07 +0200 |
commit | f5a289ba1ec0323bc588d504a5bb82a21f60cc0d (patch) | |
tree | eb1516781c0443901b0c1deea474362eb2229f74 /include | |
parent | 0690c69b279b39764925dc880aa11f3eb0f6141b (diff) | |
download | u-boot-imx-f5a289ba1ec0323bc588d504a5bb82a21f60cc0d.zip u-boot-imx-f5a289ba1ec0323bc588d504a5bb82a21f60cc0d.tar.gz u-boot-imx-f5a289ba1ec0323bc588d504a5bb82a21f60cc0d.tar.bz2 |
mx6qsabrelite: enable DCache and MMC bounce buffer
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6qsabrelite.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index c592a33..5989eb2 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -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 @@ -247,8 +248,6 @@ #define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ -#define CONFIG_SYS_DCACHE_OFF - #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE #endif |