Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] uboot: Make Kconfig a default build system
@ 2017-10-21 16:14 Alexey Brodkin
  2017-10-21 16:33 ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Brodkin @ 2017-10-21 16:14 UTC (permalink / raw)
  To: buildroot

Given now default U-Boot version is 2017.09 and it requires
Kconfig build system it makes perfect sense to have default
build system which matches U-Boot version requirements.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
---
 boot/uboot/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 8215912339ba..2d3f189a548a 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -6,7 +6,7 @@ config BR2_TARGET_UBOOT
 if BR2_TARGET_UBOOT
 choice
 	prompt "Build system"
-	default BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY
+	default BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG
 
 config BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY
 	bool "Legacy"
-- 
2.7.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-10-21 17:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21 16:14 [Buildroot] [PATCH] uboot: Make Kconfig a default build system Alexey Brodkin
2017-10-21 16:33 ` Thomas Petazzoni
2017-10-21 16:44   ` Алексей Бродкин
2017-10-21 16:56     ` Thomas Petazzoni
2017-10-21 17:12       ` Алексей Бродкин
2017-10-21 17:18         ` Thomas Petazzoni
2017-10-21 17:33           ` Алексей Бродкин

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox