Merge tag 'v2021.04-rc4' into next
Prepare v2021.04-rc4
This commit is contained in:
@@ -119,6 +119,7 @@ void reset_cpu(void)
|
||||
}
|
||||
|
||||
|
||||
#if IS_ENABLED(CONFIG_SYSRESET_CMD_RESET)
|
||||
int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
{
|
||||
printf("resetting ...\n");
|
||||
@@ -128,6 +129,7 @@ int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if IS_ENABLED(CONFIG_SYSRESET_CMD_POWEROFF)
|
||||
int do_poweroff(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
|
||||
Reference in New Issue
Block a user