commit | 22247c63ac4ebed8bbaafe1e717c1de7600a0883 | [log] [tgz] |
---|---|---|
author | Ramon Fried <rfried.dev@gmail.com> | Mon Jun 10 21:05:26 2019 +0300 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Oct 25 17:20:43 2019 +0200 |
tree | 644116791d21122362e355458e054bc20ebe838d | |
parent | 17fd9915a4c639381804ed28274fa136ae3b0bee [diff] |
MIPS: add compile time definition of L2 cache size If configuration is set to skip low level init, automatic probe of L2 cache size is not performed and the size is set to 0. Flushing or invalidating the L2 cache will fail in this case. Add a static configuration (SYS_DCACHE_LINE_SIZE) with default set to 0. Signed-off-by: Ramon Fried <rfried.dev@gmail.com>