Re: [PATCH] autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY

2021-07-02 Thread Tom Rini
On Fri, Jul 02, 2021 at 12:22:01PM -0400, Da Xue wrote: > Hi Tom, > > There is a distinction between the two flags CONFIG_AUTOBOOT_USE_MENUKEY > AND CONFIG_AUTOBOOT_MENUKEY. > > config AUTOBOOT_USE_MENUKEY > bool "Allow a specify key to run a menu from the environment" > depends on

Re: [PATCH] autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY

2021-07-02 Thread Da Xue
Hi Tom, There is a distinction between the two flags CONFIG_AUTOBOOT_USE_MENUKEY AND CONFIG_AUTOBOOT_MENUKEY. config AUTOBOOT_USE_MENUKEY bool "Allow a specify key to run a menu from the environment" depends on !AUTOBOOT_KEYED help If a specific key is pressed to stop autoboot, then the

Re: [PATCH] autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY

2021-06-24 Thread Tom Rini
On Mon, Jun 21, 2021 at 10:39:19PM -0400, Da Xue wrote: > replace typo CONFIG_USE_AUTOBOOT_MENUKEY with CONFIG_AUTOBOOT_USE_MENUKEY > > Signed-off-by: Da Xue Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY

2021-06-21 Thread Da Xue
replace typo CONFIG_USE_AUTOBOOT_MENUKEY with CONFIG_AUTOBOOT_USE_MENUKEY Signed-off-by: Da Xue --- common/autoboot.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/autoboot.c b/common/autoboot.c index 0bb08e7a4c..e201c01ece 100644 --- a/common/autoboot.c +++