From 143119c0ef58b04bd7109bcb7b095ef98cc5311c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Krause?= Date: Sat, 13 Dec 2014 00:15:58 +0100 Subject: [PATCH] boot/uboot: bump to version 2014.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörg Krause Signed-off-by: Thomas Petazzoni --- 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 cf40fdc71b..f3e17781e9 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 "2014.07" + bool "2014.10" config BR2_TARGET_UBOOT_CUSTOM_VERSION bool "Custom version" @@ -63,7 +63,7 @@ endif config BR2_TARGET_UBOOT_VERSION string - default "2014.07" if BR2_TARGET_UBOOT_LATEST_VERSION + default "2014.10" 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.30.2