Skip to content

Commit e1bd9ea

Browse files
committed
SOPHGO: riscv: errata: Replace T-Head dcache clean with flush
Signed-off-by: Xiaoguang Xing <xiaoguang.xing@sophgo.com>
1 parent 1495a52 commit e1bd9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/errata/thead/errata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static bool errata_probe_mae(unsigned int stage,
6767
* 0000000 11001 00000 000 00000 0001011
6868
*/
6969
#define THEAD_INVAL_A0 ".long 0x02a5000b"
70-
#define THEAD_CLEAN_A0 ".long 0x0295000b"
70+
#define THEAD_CLEAN_A0 ".long 0x02b5000b"
7171
#define THEAD_FLUSH_A0 ".long 0x02b5000b"
7272
#define THEAD_SYNC_S ".long 0x0190000b"
7373

0 commit comments

Comments
 (0)