Message ID | 20200322224502.114582-5-giulio.benetti@benettiengineering.com |
---|---|
State | Accepted |
Commit | 84eea6a118e72ce6c487c6517bc32abc77b59c9c |
Headers | show |
Series | i.MXRT1050 add LCDIF support | expand |
diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig index 810f391fdc..25d0ba191c 100644 --- a/configs/imxrt1050-evk_defconfig +++ b/configs/imxrt1050-evk_defconfig @@ -1,4 +1,6 @@ CONFIG_ARM=y +CONFIG_SYS_DCACHE_OFF=y +# CONFIG_SPL_SYS_DCACHE_OFF is not set CONFIG_ARCH_IMXRT=y CONFIG_SYS_TEXT_BASE=0x80002000 CONFIG_SPL_GPIO_SUPPORT=y
mxsfb needs a dcache function not implemented in cortex-M7, so for the moment let's keep dcache not enabled. Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com> --- configs/imxrt1050-evk_defconfig | 2 ++ 1 file changed, 2 insertions(+)