Skip to content

Commit

Permalink
Fixing reset call args
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Garabedian committed Sep 12, 2019
1 parent 5598d82 commit 6f9df1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/autoboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ void autoboot_command(const char *s)
* that RAM gets reloaded
*/

do_reset(cmdtp, flag, argc, argv);
do_reset(NULL, 0, 0, NULL);
}

#ifdef CONFIG_MENUKEY
Expand Down

0 comments on commit 6f9df1a

Please sign in to comment.