Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/riotboard: Decouple u-boot version from the default value
@ 2015-10-25  1:12 Nikolay Dimitrov
  2015-10-25  1:12 ` [Buildroot] [PATCH 2/2] configs/riotboard: bump u-boot to version 2015.10 Nikolay Dimitrov
  2015-10-25 10:07 ` [Buildroot] [PATCH 1/2] configs/riotboard: Decouple u-boot version from the default value Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Nikolay Dimitrov @ 2015-10-25  1:12 UTC (permalink / raw)
  To: buildroot

Use custom version for U-Boot, instead of using the default value as defined
in BR2_TARGET_UBOOT_VERSION.

Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
---
 configs/riotboard_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
index 708a860..96c3619 100644
--- a/configs/riotboard_defconfig
+++ b/configs/riotboard_defconfig
@@ -14,7 +14,8 @@ BR2_ROOTFS_OVERLAY="board/embest/riotboard/rootfs_overlay"
 
 # bootloader
 BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_VERSION="2015.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
 BR2_TARGET_UBOOT_BOARDNAME="riotboard"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 
-- 
2.1.4

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

end of thread, other threads:[~2015-10-25 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25  1:12 [Buildroot] [PATCH 1/2] configs/riotboard: Decouple u-boot version from the default value Nikolay Dimitrov
2015-10-25  1:12 ` [Buildroot] [PATCH 2/2] configs/riotboard: bump u-boot to version 2015.10 Nikolay Dimitrov
2015-10-25 10:07 ` [Buildroot] [PATCH 1/2] configs/riotboard: Decouple u-boot version from the default value Peter Korsgaard

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