All of lore.kernel.org
 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

* Re: [PATCH] autoboot: fix MENUKEY
  2021-07-02 16:32 [PATCH] autoboot: fix MENUKEY Da Xue
@ 2021-07-02 23:10 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-07-02 23:10 UTC (permalink / raw)
  To: Da Xue; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

On Fri, Jul 02, 2021 at 12:32:43PM -0400, Da Xue wrote:

> replace CONFIG_AUTOBOOT_USE_MENUKEY with CONFIG_AUTOBOOT_MENUKEY
> 
> Signed-off-by: Da Xue <da@libre.computer>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.