From: Da Xue Date: Fri, 2 Jul 2021 16:32:43 +0000 (-0400) Subject: autoboot: fix MENUKEY X-Git-Tag: v2021.07~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=760d2f9e9e66c7eacfbcff21dcd3733d16526438;p=pandora-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 c0b71af4d16..b42148c7291 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