diff options
author | 2016-07-27 15:27:07 +0200 | |
---|---|---|
committer | 2016-07-27 21:26:39 +0200 | |
commit | a8e42c636936c3bc67ad9f7bb8dd77d47aaf23a4 (patch) | |
tree | 6261645e01b4167d00ca986108ffb36c5b7f1b96 /configs/nitrogen6x_defconfig | |
parent | a15a355add5ec5cb8527901a93e252e6ca471e51 (diff) | |
download | buildroot-a8e42c636936c3bc67ad9f7bb8dd77d47aaf23a4.tar.gz buildroot-a8e42c636936c3bc67ad9f7bb8dd77d47aaf23a4.tar.bz2 |
configs: nitrogen*: bump u-boot version to v2016.03
Using the latest commit of our 2016.03 U-Boot branch:
https://github.com/boundarydevices/u-boot-imx6/tree/boundary-v2016.03
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/nitrogen6x_defconfig')
-rw-r--r-- | configs/nitrogen6x_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig index 532223dd00..5b2b56ac2b 100644 --- a/configs/nitrogen6x_defconfig +++ b/configs/nitrogen6x_defconfig @@ -22,8 +22,8 @@ BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q" BR2_TARGET_UBOOT_FORMAT_IMX=y BR2_TARGET_UBOOT_CUSTOM_TARBALL=y -# Last version of branch boundary-v2015.07 -BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/a4070a8/u-boot-a4070a8.tar.gz" +# Last version of branch boundary-v2016.03 +BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-boot-imx6/archive/ed95621f.tar.gz" # kernel BR2_LINUX_KERNEL=y |