From 6f9df1a2291878e34e8e5a0c013a9b62401a1c11 Mon Sep 17 00:00:00 2001 From: Catherine Garabedian Date: Thu, 12 Sep 2019 09:20:59 -0500 Subject: [PATCH] Fixing reset call args --- common/autoboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/autoboot.c b/common/autoboot.c index f8ae74d1f4..2243df7947 100644 --- a/common/autoboot.c +++ b/common/autoboot.c @@ -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