]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - boot/uboot/Config.in
boot/uboot: bump to version 2017.01
[coffee/buildroot.git] / boot / uboot / Config.in
index 2a9f14a12128c8bd42b15c2ac6b36a2ffbf8e36f..4e629c0ef40da5f6c7fe6fd64a9a10fec6b7ab66 100644 (file)
@@ -38,7 +38,7 @@ choice
          Select the specific U-Boot version you want to use
 
 config BR2_TARGET_UBOOT_LATEST_VERSION
-       bool "2016.11"
+       bool "2017.01"
 
 config BR2_TARGET_UBOOT_CUSTOM_VERSION
        bool "Custom version"
@@ -86,7 +86,7 @@ endif
 
 config BR2_TARGET_UBOOT_VERSION
        string
-       default "2016.11"       if BR2_TARGET_UBOOT_LATEST_VERSION
+       default "2017.01"       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