diff --git a/config/boards/orangepi3-lts.csc b/config/boards/orangepi3-lts.csc index 8eebb5c18..4dfdd5e7b 100644 --- a/config/boards/orangepi3-lts.csc +++ b/config/boards/orangepi3-lts.csc @@ -6,7 +6,6 @@ BOOTCONFIG="orangepi_3_lts_defconfig" KERNEL_TARGET="current,edge" MODULES="sprdbt_tty sprdwl_ng" MODULES_BLACKLIST_LEGACY="bcmdhd" -ATFBRANCH="tag:v2.2" CRUSTCONFIG="h6_defconfig" function post_family_tweaks_bsp__orangepi3-lts_BSP() { diff --git a/config/boards/orangepi3.csc b/config/boards/orangepi3.csc index 909698fb2..a310ada4b 100644 --- a/config/boards/orangepi3.csc +++ b/config/boards/orangepi3.csc @@ -5,7 +5,6 @@ BOARD_MAINTAINER="" BOOTCONFIG="orangepi_3_defconfig" KERNEL_TARGET="legacy,current,edge" FULL_DESKTOP="yes" -ATFBRANCH="tag:v2.2" CRUSTCONFIG="h6_defconfig" function post_family_tweaks_bsp__orangepi3_BSP() { diff --git a/config/boards/orangepioneplus.conf b/config/boards/orangepioneplus.conf index 4879e6d63..6dad20453 100644 --- a/config/boards/orangepioneplus.conf +++ b/config/boards/orangepioneplus.conf @@ -4,7 +4,6 @@ BOARDFAMILY="sun50iw6" BOARD_MAINTAINER="" BOOTCONFIG="orangepi_one_plus_defconfig" KERNEL_TARGET="legacy,current,edge" -ATFBRANCH="tag:v2.2" CRUSTCONFIG="h6_defconfig" function post_family_tweaks_bsp__orangepioneplus_BSP() { diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index a8ac796e7..8b6e7e08a 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -9,6 +9,7 @@ enable_extension "sunxi-tools" declare -g ARCH=arm64 declare -g ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl31.bin" +declare -g ATFBRANCH="tag:v2.9.0" declare -g BOOTDELAY=1 declare -g BOOTPATCHDIR="${BOOTPATCHDIR:-"u-boot-sunxi"}" declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2023.04"}"