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