boot/at91bootstrap3: move BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 19 May 2021 12:34:58 +0000 (14:34 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 19 May 2021 12:34:58 +0000 (14:34 +0200)
commita86318a79f405b5e601515e6c85d3ce7544bcb17
tree8fbcd10901024f10b0be497bedf5f4ab73ab6387
parent10cd7fca4becdebec12af611a954d074fc341821
boot/at91bootstrap3: move BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3

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