All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/next] boot/at91bootstrap3: move BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3
@ 2021-05-19 12:34 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-05-19 12:34 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a86318a79f405b5e601515e6c85d3ce7544bcb17
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

As spotted by Eugen, BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3 currently
is outside the at91bootstrap section, because it was inccorectly added
after the 'endif' statement rather than before, which makes the
menuconfig layout weird.

Move it around.

Reported-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 boot/at91bootstrap3/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in
index 966e393db5..f44597bc00 100644
--- a/boot/at91bootstrap3/Config.in
+++ b/boot/at91bootstrap3/Config.in
@@ -100,8 +100,6 @@ config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE
 	help
 	  Path to the at91bootstrap3 configuration file
 
-endif # BR2_TARGET_AT91BOOTSTRAP3
-
 config BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3
 	bool "needs host-python3"
 	help
@@ -109,3 +107,5 @@ config BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3
 	  Python 3.x to be available on the host. This is needed in
 	  some at91bootstrap configurations to use NAND/PMECC Python
 	  scripts.
+
+endif # BR2_TARGET_AT91BOOTSTRAP3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-19 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19 12:34 [Buildroot] [git commit branch/next] boot/at91bootstrap3: move BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3 Yann E. MORIN

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.