Merge tag 'v2021.04-rc4' into next

Prepare v2021.04-rc4
This commit is contained in:
Tom Rini
2021-03-15 12:15:38 -04:00
313 changed files with 13482 additions and 2308 deletions

View File

@@ -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[])