diff options
| author | Leo Yu-Chi Liang <ycliang@andestech.com> | 2024-08-01 15:26:31 +0800 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2024-08-24 13:10:35 +0530 |
| commit | f7a625884c7d5bed046bcdb5cfec9a4e6b7e6641 (patch) | |
| tree | 889224d75e0047d103a38ecee54a7b310890acab /lib/utils/sys | |
| parent | 8cb7f89d7c6a8506597e7a60078928b86874ed7c (diff) | |
| download | opensbi-f7a625884c7d5bed046bcdb5cfec9a4e6b7e6641.tar.gz opensbi-f7a625884c7d5bed046bcdb5cfec9a4e6b7e6641.tar.bz2 opensbi-f7a625884c7d5bed046bcdb5cfec9a4e6b7e6641.zip | |
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>
Diffstat (limited to 'lib/utils/sys')
| -rw-r--r-- | lib/utils/sys/atcsmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
