From 815f96c2d10816b7ac97be97e7779e2a887c30f2 Mon Sep 17 00:00:00 2001 From: Martin Ayotte Date: Tue, 13 Oct 2020 16:25:11 -0400 Subject: [PATCH] change U-Boot to v2020.10 for sunxi/sunxi64 --- config/sources/families/include/sunxi64_common.inc | 2 +- config/sources/families/include/sunxi_common.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index acda4fd001..1e41793133 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -1,6 +1,7 @@ ARCH=arm64 ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl31.bin" BOOTDELAY=1 +BOOTBRANCH='tag:v2020.10' BOOTPATCHDIR='u-boot-sunxi' BOOTENV_FILE='sunxi.txt' UBOOT_TARGET_MAP=';;spl/sunxi-spl.bin u-boot.itb' @@ -29,7 +30,6 @@ case $BRANCH in KERNELSOURCE="https://github.com/megous/linux" KERNELBRANCH="branch:orange-pi-5.9" KERNELPATCHDIR='sunxi-'$BRANCH - BOOTBRANCH='tag:v2020.07' ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index e16fd305fd..0951194e38 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -1,5 +1,6 @@ ARCH=armhf BOOTDELAY=1 +BOOTBRANCH='tag:v2020.10' BOOTPATCHDIR='u-boot-sunxi' UBOOT_TARGET_MAP=';;u-boot-sunxi-with-spl.bin' BOOTSCRIPT="boot-sunxi.cmd:boot.cmd" @@ -31,7 +32,6 @@ case $BRANCH in KERNELSOURCE="https://github.com/megous/linux" KERNELBRANCH="branch:orange-pi-5.9" KERNELPATCHDIR='sunxi-'$BRANCH - BOOTBRANCH='tag:v2020.07' ;; esac