mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02: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:
@@ -10,7 +10,7 @@ int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|||||||
{
|
{
|
||||||
printf("resetting ...\n");
|
printf("resetting ...\n");
|
||||||
|
|
||||||
printf("reset unsupported yet\n");
|
printf("reset not supported yet\n");
|
||||||
hang();
|
hang();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user