
23 May
2013
23 May
'13
7:50 p.m.
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@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