mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
Use the vendor CSRs for enabling/disabling the caches, and the ISA extension for cache maintenance. Signed-off-by: Samuel Holland <samuel@sholland.org>
10 lines
138 B
Plaintext
10 lines
138 B
Plaintext
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
config THEAD_C906
|
|
bool
|
|
select SYS_CACHE_SHIFT_6
|
|
|
|
config THEAD_E906
|
|
bool
|
|
select SYS_CACHE_SHIFT_5
|