forked from Mirrors/opensbi
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:

committed by
Anup Patel

parent
8cb7f89d7c
commit
f7a625884c
@@ -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
|
||||
|
Reference in New Issue
Block a user