u-boot-libre: Add support for deblobbing U-Boot v2022.07

Add a 'v2022.07' pseudo-board for the U-Boot download script with the
default blobs list, and mark the version as supported in u-boot-libre
release script.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
This commit is contained in:
Alper Nebi Yasak
2022-08-25 21:59:16 +03:00
parent 270272eb61
commit 764a439a8c
3 changed files with 12 additions and 0 deletions
@@ -28,6 +28,7 @@ revision="r2"
supported_uboot_versions=" \
2021.07 \
2022.07 \
"
topdir="$(realpath $(dirname $(realpath $0))/../../../../)"