projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ad721
)
autoboot: fix MENUKEY
author
Da Xue
<da@libre.computer>
Fri, 2 Jul 2021 16:32:43 +0000
(12:32 -0400)
committer
Tom Rini
<trini@konsulko.com>
Fri, 2 Jul 2021 19:03:53 +0000
(15:03 -0400)
replace CONFIG_AUTOBOOT_USE_MENUKEY with CONFIG_AUTOBOOT_MENUKEY
Signed-off-by: Da Xue <da@libre.computer>
common/autoboot.c
patch
|
blob
|
history
diff --git
a/common/autoboot.c
b/common/autoboot.c
index
c0b71af
..
b42148c
100644
(file)
--- 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