commit | 8165f3ad8014fac9c1641bc1e6316105d95343a7 | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Thu Feb 25 00:56:32 2021 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 12 18:29:07 2021 -0500 |
tree | 4e30e7db6600e3d711870e80fa0e10603fc84f2e | |
parent | 5de148d8c0d2c5ee9792dd38d798815040eba715 [diff] |
ARC: cleanup instruction cache initialization As of today during the Zephyr start we - invalidate I$ - disable I$ - enable I$ Given that we don't need to have I$ disabled during any initialization period and ARC processors have caches enabled after reset the I$ disabling/enabling is excessive, so we can drop it. By that we also aligh the I$ initialization on ARC with other projects like U-boot and Linux kernel. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>