From 61fa022d233600e82f6c45a9785abcc783bc7c53 Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Thu, 25 Jan 2024 22:25:54 +0530 Subject: [PATCH] Allwinner: Bump uboot to v2024.01 --- 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 1dea83dc8c..ea64186f4d 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -12,7 +12,7 @@ declare -g ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl declare -g ATFBRANCH="tag:v2.9.0" declare -g BOOTDELAY=1 declare -g BOOTPATCHDIR="${BOOTPATCHDIR:-"u-boot-sunxi"}" -declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2024.01-rc5"}" +declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2024.01"}" declare -g BOOTENV_FILE='sunxi.txt' UBOOT_TARGET_MAP="${UBOOT_TARGET_MAP:-BINMAN_ALLOW_MISSING=1;;u-boot-sunxi-with-spl.bin}" declare -g BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd' diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index aa72d527cc..11c9d29713 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -10,7 +10,7 @@ enable_extension "sunxi-tools" declare -g ARCH=armhf declare -g BOOTDELAY=1 declare -g BOOTPATCHDIR="${BOOTPATCHDIR:-"u-boot-sunxi"}" -declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2024.01-rc5"}" +declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2024.01"}" UBOOT_TARGET_MAP="${UBOOT_TARGET_MAP:-;;u-boot-sunxi-with-spl.bin}" declare -g BOOTSCRIPT="boot-sunxi.cmd:boot.cmd" declare -g BOOTENV_FILE='sunxi.txt'