mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
riscv: cosmetic: Reword do_reset() printf message.
The Sentence "reset unsupported yet" is not grammatically correct and should say "reset not supported yet" instead. Suggested-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Signed-off-by: Rick Chen <rick@andestech.com>
This commit is contained in:
parent
b984ddc2dd
commit
9d9b3dc0d5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue