From 981d9de9535a3634da1285a8ceca5d5906994240 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 3 Aug 2023 01:42:19 +0200 Subject: [PATCH] u-boot-libre: download: sync versions with source release script Signed-off-by: Denis 'GNUtoo' Carikli --- resources/scripts/download/u-boot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/scripts/download/u-boot b/resources/scripts/download/u-boot index bd0258c..39384b6 100755 --- a/resources/scripts/download/u-boot +++ b/resources/scripts/download/u-boot @@ -36,10 +36,14 @@ deleteblobs="true" # find the latest supported revision. supported_uboot_revisions=" \ v2021.07 \ + v2022.07 \ + v2022.10 \ + v2023.01 \ + v2023.04 \ " downloadfor() { - uboot_revision="v2021.07" + uboot_revision="$1" uboot_dir="u-boot/u-boot" if [ -d "${uboot_dir}" ]; then printf \