util: atcsmu.c: fix typo "%s/hard/hart/"

%s/hard/hart

Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Leo Yu-Chi Liang
2024-08-01 15:26:31 +08:00
committed by Anup Patel
parent 8cb7f89d7c
commit f7a625884c

View File

@@ -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