]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
boot/uboot: default to kconfig buildsystem for latest version
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 24 Apr 2018 16:34:10 +0000 (18:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 25 Apr 2018 19:35:35 +0000 (21:35 +0200)
commit21e3ae8a18bb77943c0a2492ab9ebf14cab333f9
tree15981af970e59bf3b455b43109eab50361cf4c13
parentac260a2acec20f30705fdfd3911ff966c1f4a0df
boot/uboot: default to kconfig buildsystem for latest version

By default, the builsystem for uboot defaults to 'legacy', while the
default version is very well capable of using the 'kconfig' buildsystem
instead.

Having the 'legacy' buildsystem be the default in that case makes it
quite inconvenient for users: they would expect to be able to use e.g.
uboot-menuconfig et al. with the default uboot version.

Switch to using 'kconfig' when we use the latest version. Keep the
'legacy' as default for everything else.

Also, invert the 'legacy' and 'kconfig' entries in the choice: it is
nicer to have the recent and future-proof entry first.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: Petr Vorel <petr.vorel@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/uboot/Config.in