From 1233988a8cddf418a394f8f0c136ccb98ddce2df Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Tue, 12 Jul 2016 18:06:55 +0300 Subject: [PATCH] Force mainline u-boot version v2016.05 --- configuration.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.sh b/configuration.sh index fd4f21ec7d..4acf3f8144 100644 --- a/configuration.sh +++ b/configuration.sh @@ -36,7 +36,8 @@ MAINLINE_KERNEL_BRANCH="v$(wget -qO- https://www.kernel.org/finger_banner | gre MAINLINE_KERNEL_SOURCE="linux-vanilla" MAINLINE_UBOOT='git://git.denx.de/u-boot.git' -MAINLINE_UBOOT_BRANCH="v$(git ls-remote git://git.denx.de/u-boot.git | grep -v rc | grep -v '\^' | tail -1 | cut -d'v' -f 2)" +#MAINLINE_UBOOT_BRANCH="v$(git ls-remote git://git.denx.de/u-boot.git | grep -v rc | grep -v '\^' | tail -1 | cut -d'v' -f 2)" +MAINLINE_UBOOT_BRANCH="v2016.05" MAINLINE_UBOOT_SOURCE='u-boot' if [[ -f $SRC/lib/config/sources/$LINUXFAMILY.conf ]]; then