diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-09-24 12:33:01 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-25 23:14:47 +0200 |
commit | 55a79652736c1bfede60d78d1129bc65638c7eb8 (patch) | |
tree | b22983c7bf63700a8d5092433ade3e9184ddcf86 /boot/uboot/Config.in | |
parent | 1b1d943fe1a743d89e743ee74e0cfd28e1b2867f (diff) | |
download | buildroot-55a79652736c1bfede60d78d1129bc65638c7eb8.tar.gz buildroot-55a79652736c1bfede60d78d1129bc65638c7eb8.zip |
boot/uboot: bump to version 2016.09.01
2016.09.01 is a bugfix release, so bump to this version.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/uboot/Config.in')
-rw-r--r-- | boot/uboot/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index f6d30d9fc4..d46a757680 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -38,7 +38,7 @@ choice Select the specific U-Boot version you want to use config BR2_TARGET_UBOOT_LATEST_VERSION - bool "2016.09" + bool "2016.09.01" config BR2_TARGET_UBOOT_CUSTOM_VERSION bool "Custom version" @@ -86,7 +86,7 @@ endif config BR2_TARGET_UBOOT_VERSION string - default "2016.09" if BR2_TARGET_UBOOT_LATEST_VERSION + default "2016.09.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 |