From f7a625884c7d5bed046bcdb5cfec9a4e6b7e6641 Mon Sep 17 00:00:00 2001 From: Leo Yu-Chi Liang Date: Thu, 1 Aug 2024 15:26:31 +0800 Subject: [PATCH] util: atcsmu.c: fix typo "%s/hard/hart/" %s/hard/hart Signed-off-by: Leo Yu-Chi Liang Reviewed-by: Yu Chien Peter Lin Reviewed-by: Anup Patel --- lib/utils/sys/atcsmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/sys/atcsmu.c b/lib/utils/sys/atcsmu.c index 8ddd88d5..676c91f4 100644 --- a/lib/utils/sys/atcsmu.c +++ b/lib/utils/sys/atcsmu.c @@ -84,7 +84,7 @@ inline int smu_set_reset_vector(struct smu_data *smu, ulong wakeup_addr, if (reset_vector != (u64)wakeup_addr) { sbi_printf( - "hard%d (PCS%d): Failed to program the reset vector.\n", + "hart%d (PCS%d): Failed to program the reset vector.\n", hartid, hartid + 3); return SBI_EFAIL; } else