From 97f2d650730ed831d5fe37e593a1a473be21a1b1 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sun, 30 Oct 2016 19:10:05 +0300 Subject: [PATCH 1/2] Small enhancement for u-boot installation --- common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common.sh b/common.sh index 99485362de..bb37c35b35 100644 --- a/common.sh +++ b/common.sh @@ -78,6 +78,7 @@ compile_uboot() [[ \$(type -t setup_write_uboot_platform) == function ]] && setup_write_uboot_platform echo "Updating u-boot on device \$DEVICE" >&2 write_uboot_platform \$DIR \$DEVICE + sync exit 0 EOF chmod 755 $DEST/debs/$uboot_name/DEBIAN/postinst From 9e69135bc8c7a304e4ddcd80664aa3ca637a4446 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sun, 30 Oct 2016 19:11:44 +0300 Subject: [PATCH 2/2] Bump mainline u-boot version to v2016.09.01 --- configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.sh b/configuration.sh index 58ec31f496..7d1cb6e929 100644 --- a/configuration.sh +++ b/configuration.sh @@ -45,7 +45,7 @@ MAINLINE_KERNEL_DIR='linux-vanilla' MAINLINE_UBOOT_SOURCE='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='tag:v2016.09' +MAINLINE_UBOOT_BRANCH='tag:v2016.09.01' MAINLINE_UBOOT_DIR='u-boot' # Let's set default data if not defined in board configuration above