diff options
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | 2020-04-08 17:11:08 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-04-18 12:54:43 +0200 |
commit | 84eea6a118e72ce6c487c6517bc32abc77b59c9c (patch) | |
tree | b5e3b47584f0ff87c5553388dbd7ad3d9f4ce379 /configs/imxrt1050-evk_defconfig | |
parent | 7839c71fcc061cebbffc4a64c34ca4c5b0313494 (diff) | |
download | u-boot-84eea6a118e72ce6c487c6517bc32abc77b59c9c.tar.gz |
configs: imxrt1050-evk: temporary disable DCACHE
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@benettiengineering.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/imxrt1050-evk_defconfig')
-rw-r--r-- | configs/imxrt1050-evk_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |