All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] boot/uboot: bump to version 2015.04
@ 2015-04-18 12:52 Jörg Krause
  2015-04-18 12:52 ` [Buildroot] [PATCH 2/4] boot/uboot: add hash file Jörg Krause
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jörg Krause @ 2015-04-18 12:52 UTC (permalink / raw)
  To: buildroot

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 boot/uboot/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 03e6acc..7cf695c 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -18,7 +18,7 @@ choice
 	  Select the specific U-Boot version you want to use
 
 config BR2_TARGET_UBOOT_LATEST_VERSION
-	bool "2015.01"
+	bool "2015.04"
 
 config BR2_TARGET_UBOOT_CUSTOM_VERSION
 	bool "Custom version"
@@ -63,7 +63,7 @@ endif
 
 config BR2_TARGET_UBOOT_VERSION
 	string
-	default "2015.01"	if BR2_TARGET_UBOOT_LATEST_VERSION
+	default "2015.04"	if BR2_TARGET_UBOOT_LATEST_VERSION
 	default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_TARGET_UBOOT_CUSTOM_VERSION
 	default "custom"	if BR2_TARGET_UBOOT_CUSTOM_TARBALL
-- 
2.3.5

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

end of thread, other threads:[~2015-04-19  8:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-18 12:52 [Buildroot] [PATCH 1/4] boot/uboot: bump to version 2015.04 Jörg Krause
2015-04-18 12:52 ` [Buildroot] [PATCH 2/4] boot/uboot: add hash file Jörg Krause
2015-04-19  8:08   ` Thomas Petazzoni
2015-04-19  8:16     ` Yann E. MORIN
2015-04-18 12:52 ` [Buildroot] [PATCH 3/4] boot/uboot: add support for the kconfig infrastructure Jörg Krause
2015-04-19  8:10   ` Thomas Petazzoni
2015-04-18 12:52 ` [Buildroot] [PATCH 4/4] docs/manual: add U-Boot configuration Jörg Krause
2015-04-19  8:07 ` [Buildroot] [PATCH 1/4] boot/uboot: bump to version 2015.04 Thomas Petazzoni

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.