From: Da Xue Date: Fri, 2 Jul 2021 16:32:43 +0000 (-0400) Subject: autoboot: fix MENUKEY X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=760d2f9e9e66c7eacfbcff21dcd3733d16526438;p=u-boot.git autoboot: fix MENUKEY replace CONFIG_AUTOBOOT_USE_MENUKEY with CONFIG_AUTOBOOT_MENUKEY Signed-off-by: Da Xue --- diff --git a/common/autoboot.c b/common/autoboot.c index c0b71af4d1..b42148c729 100644 --- a/common/autoboot.c +++ b/common/autoboot.c @@ -45,7 +45,7 @@ static int menukey; #endif #ifdef CONFIG_AUTOBOOT_USE_MENUKEY -#define AUTOBOOT_MENUKEY CONFIG_AUTOBOOT_USE_MENUKEY +#define AUTOBOOT_MENUKEY CONFIG_AUTOBOOT_MENUKEY #else #define AUTOBOOT_MENUKEY 0 #endif