summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-07-04 05:01:56 -0500
committerJason Liu <jason.hui.liu@nxp.com>2017-11-03 02:37:00 +0800
commitbc1f84f831937e02ebf0e1a03d8439401f2a7a0d (patch)
tree1f17a4db5f53c4ca5a5c5a69bde921e7b1d9ec3c /configs
parent121349b0e647d137d7dc22dcd44b53a15d47b88f (diff)
MLK-15327 imx8mq_evk: Enable CACHE commands
Enable the icache and dcache commands, so that user can operate caches. We have set the TCML/U to cachable, so need to flush dcache after copying image to TCM before kick M4 running. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mq_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig
index aa2873ecd1..af86f46329 100644
--- a/configs/imx8mq_evk_defconfig
+++ b/configs/imx8mq_evk_defconfig
@@ -6,3 +6,4 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg"
CONFIG_SPL=y
CONFIG_HUSH_PARSER=y
CONFIG_OF_LIBFDT=y
+CONFIG_CMD_CACHE=y