[Buildroot] [PATCH 01/83 v2] boot/at91bootstrap: choices must have a type

Peter Korsgaard peter at korsgaard.com
Mon Jul 4 13:13:06 UTC 2016


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
 > ---
 >  boot/at91bootstrap/Config.in | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in
 > index 57fdeda..d131a6a 100644
 > --- a/boot/at91bootstrap/Config.in
 > +++ b/boot/at91bootstrap/Config.in
 > @@ -26,7 +26,7 @@ config BR2_TARGET_AT91BOOTSTRAP_BOARD
 >  	  This is used to do a make <board>_config
 
 >  choice
 > -	prompt "Boot Memory"
 > +	bool "Boot Memory"

We use prompts in several other places in Buildroot:

git grep 'prompt "' **/Config.in | wc -l
89

And we have "always" done so without issues, so I don't think we need to
change this now.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list