From: Fabio Estevam Date: Wed, 17 Oct 2012 07:33:27 +0000 (+0000) Subject: mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER X-Git-Tag: v2013.01-rc2~146^2~22^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c2cfe57e7ce8ea8550cb9b8cc1f35053abe7815f;p=oweals%2Fu-boot.git mx6qarm2: 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/mx6qarm2.h b/include/configs/mx6qarm2.h index 965bea37ca..b425fedcf9 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -50,6 +50,7 @@ #define CONFIG_MMC #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC +#define CONFIG_MMC_BOUNCE_BUFFER #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION @@ -164,6 +165,4 @@ #define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ -#define CONFIG_SYS_DCACHE_OFF - #endif /* __CONFIG_H */