Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/olimex_a20_olinuxino_lime: Bump to U-Boot 2016.09.01
@ 2016-10-03 12:23 Fabio Estevam
  2016-10-03 12:23 ` [Buildroot] [PATCH 2/2] configs/orangepipc: " Fabio Estevam
  2016-10-03 12:27 ` [Buildroot] [PATCH 1/2] configs/olimex_a20_olinuxino_lime: " Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2016-10-03 12:23 UTC (permalink / raw)
  To: buildroot

U-Boot 2016.09.01 is a bugfix release, so bump to this version.

Cc: Francois Perrad <fperrad@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/olimex_a20_olinuxino_lime_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/olimex_a20_olinuxino_lime_defconfig b/configs/olimex_a20_olinuxino_lime_defconfig
index 97c1ced..49987fe 100644
--- a/configs/olimex_a20_olinuxino_lime_defconfig
+++ b/configs/olimex_a20_olinuxino_lime_defconfig
@@ -34,7 +34,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="A20-OLinuXino-Lime"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_BIN=y
 BR2_TARGET_UBOOT_SPL=y
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] configs/orangepipc: Bump to U-Boot 2016.09.01
  2016-10-03 12:23 [Buildroot] [PATCH 1/2] configs/olimex_a20_olinuxino_lime: Bump to U-Boot 2016.09.01 Fabio Estevam
@ 2016-10-03 12:23 ` Fabio Estevam
  2016-10-03 12:27   ` Peter Korsgaard
  2016-10-03 12:27 ` [Buildroot] [PATCH 1/2] configs/olimex_a20_olinuxino_lime: " Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2016-10-03 12:23 UTC (permalink / raw)
  To: buildroot

U-Boot 2016.09.01 is a bugfix release, so bump to this version.

Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/orangepipc_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/orangepipc_defconfig b/configs/orangepipc_defconfig
index 1bea541..6d3a842 100644
--- a/configs/orangepipc_defconfig
+++ b/configs/orangepipc_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] configs/orangepipc: Bump to U-Boot 2016.09.01
  2016-10-03 12:23 ` [Buildroot] [PATCH 2/2] configs/orangepipc: " Fabio Estevam
@ 2016-10-03 12:27   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-10-03 12:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <festevam@gmail.com> writes:

 > U-Boot 2016.09.01 is a bugfix release, so bump to this version.
 > Cc: Peter Korsgaard <peter@korsgaard.com>
 > Signed-off-by: Fabio Estevam <festevam@gmail.com>

Committed, thanks.

-- 
Venlig hilsen,
Peter Korsgaard 

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

* [Buildroot] [PATCH 1/2] configs/olimex_a20_olinuxino_lime: Bump to U-Boot 2016.09.01
  2016-10-03 12:23 [Buildroot] [PATCH 1/2] configs/olimex_a20_olinuxino_lime: Bump to U-Boot 2016.09.01 Fabio Estevam
  2016-10-03 12:23 ` [Buildroot] [PATCH 2/2] configs/orangepipc: " Fabio Estevam
@ 2016-10-03 12:27 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-10-03 12:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <festevam@gmail.com> writes:

 > U-Boot 2016.09.01 is a bugfix release, so bump to this version.
 > Cc: Francois Perrad <fperrad@gmail.com>
 > Signed-off-by: Fabio Estevam <festevam@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-10-03 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 12:23 [Buildroot] [PATCH 1/2] configs/olimex_a20_olinuxino_lime: Bump to U-Boot 2016.09.01 Fabio Estevam
2016-10-03 12:23 ` [Buildroot] [PATCH 2/2] configs/orangepipc: " Fabio Estevam
2016-10-03 12:27   ` Peter Korsgaard
2016-10-03 12:27 ` [Buildroot] [PATCH 1/2] configs/olimex_a20_olinuxino_lime: " Peter Korsgaard

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