From: Fabio Estevam Date: Wed, 17 Oct 2012 07:33:26 +0000 (+0000) Subject: mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER X-Git-Tag: v2013.01-rc2~146^2~22^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e6e85cd02624dc3d06192edf17b6c775127f76e8;p=u-boot mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER Data cache and CONFIG_MMC_BOUNCE_BUFFER can be safely enabled now. Signed-off-by: Fabio Estevam --- diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index e25e9439e5..bfb9cd468e 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -45,6 +45,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 @@ -168,8 +169,6 @@ #define CONFIG_OF_LIBFDT -#define CONFIG_SYS_DCACHE_OFF - #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE #endif