commit | a3f0d49408f64a5b4e399dc2fd475ceb40bae10e | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Thu May 19 08:59:27 2022 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Fri May 20 12:36:48 2022 +0200 |
tree | a048745d43f416c54001557682c5607233d0dbcc | |
parent | ec7eb75fcfe993a3b9efaf5a4e5d6e2f76ba2198 [diff] |
cgtqmx8: Enable cache in SPL There is no reason for disabling I-cache and D-cache in SPL. Remove the unneeded CONFIG_SPL_SYS_ICACHE_OFF and CONFIG_SPL_SYS_DCACHE_OFF options. Signed-off-by: Fabio Estevam <festevam@denx.de>