public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] autoboot: fix MENUKEY
@ 2021-07-02 16:32 Da Xue
  2021-07-02 23:10 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Da Xue @ 2021-07-02 16:32 UTC (permalink / raw)
  To: U-Boot Mailing List, Tom Rini

replace CONFIG_AUTOBOOT_USE_MENUKEY with CONFIG_AUTOBOOT_MENUKEY

Signed-off-by: Da Xue <da@libre.computer>
---
 common/autoboot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/autoboot.c b/common/autoboot.c
index c834db7323..26bfd64acc 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
--
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-02 23:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-02 16:32 [PATCH] autoboot: fix MENUKEY Da Xue
2021-07-02 23:10 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox