Skip to content
Snippets Groups Projects
Commit e6e85cd0 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER


Data cache and CONFIG_MMC_BOUNCE_BUFFER can be safely enabled now.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 0208a53f
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#define CONFIG_MMC #define CONFIG_MMC
#define CONFIG_CMD_MMC #define CONFIG_CMD_MMC
#define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_MMC
#define CONFIG_MMC_BOUNCE_BUFFER
#define CONFIG_CMD_EXT2 #define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT #define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION #define CONFIG_DOS_PARTITION
...@@ -168,8 +169,6 @@ ...@@ -168,8 +169,6 @@
#define CONFIG_OF_LIBFDT #define CONFIG_OF_LIBFDT
#define CONFIG_SYS_DCACHE_OFF
#ifndef CONFIG_SYS_DCACHE_OFF #ifndef CONFIG_SYS_DCACHE_OFF
#define CONFIG_CMD_CACHE #define CONFIG_CMD_CACHE
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment