summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLey Foon Tan <leyfoon.tan@starfivetech.com>2024-05-02 08:45:54 +0300
committerLey Foon Tan <leyfoon.tan@starfivetech.com>2024-05-03 06:04:04 +0300
commit43b1e05f2d4dd823c03efbeda7744a5680202431 (patch)
treee74e1d3813a7c78f9af86d9d9ad2eb45e39957f9
parenta8de36a40f9b518e85accdde6c180c5576d168f2 (diff)
downloadu-boot-43b1e05f2d4dd823c03efbeda7744a5680202431.tar.xz
riscv: dubhe: Update SBI_EXT_CACHE ID
Update to align with new SBI_EXT_CACHE ID. Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
-rwxr-xr-xarch/riscv/cpu/dubhe/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/cpu/dubhe/cache.c b/arch/riscv/cpu/dubhe/cache.c
index e593fe537b..d431127e57 100755
--- a/arch/riscv/cpu/dubhe/cache.c
+++ b/arch/riscv/cpu/dubhe/cache.c
@@ -4,7 +4,7 @@
#include <common.h>
#include <asm/sbi.h>
-#define SBI_EXT_CACHE 0x09057485
+#define SBI_EXT_CACHE 0x0900067e
enum sbi_ext_cache_fid {
SBI_EXT_BASE_L2_FLUSH = 0,