[U-Boot] [PATCH 2/2] wandboard: Disable data cache
Fabio Estevam
fabio.estevam at freescale.com
Thu May 23 19:50:24 CEST 2013
Currently HDMI framebuffer only works if we disable data cache.
Disable data cache until the proper fix is found.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
Hi,
If someone has any suggestion for a proper fix, please let me know.
Thanks
include/configs/wandboard.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index d4ac086..5a3f0fc 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -98,6 +98,7 @@
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_LOGO
#define CONFIG_IPUV3_CLK 260000000
+#define CONFIG_SYS_DCACHE_OFF
#if defined(CONFIG_MX6DL)
#define CONFIG_DEFAULT_FDT_FILE "imx6dl-wandboard.dtb"
--
1.8.1.2
More information about the U-Boot
mailing list