diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv/lib/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/lib/reset.c b/arch/riscv/lib/reset.c index a6aa8e2594..b8cecb309d 100644 --- a/arch/riscv/lib/reset.c +++ b/arch/riscv/lib/reset.c @@ -10,7 +10,7 @@ int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { printf("resetting ...\n"); - printf("reset unsupported yet\n"); + printf("reset not supported yet\n"); hang(); return 0; |