artifact-uboot.sh: add a fake variable to hash, so all u-boots are rebuilt

This commit is contained in:
Ricardo Pardini
2024-01-13 14:26:51 +01:00
committed by Igor
parent 04bde7ac47
commit c8de95ccc7

View File

@@ -92,6 +92,7 @@ function artifact_uboot_prepare_version() {
# Hash variables that affect the build and package of u-boot
declare -a vars_to_hash=(
"BASE_VAR_REBUILD_2" # Change this to force a full rebuild of all uboot's
"${BOOTDELAY}" "${UBOOT_DEBUGGING}" "${UBOOT_TARGET_MAP}" # general for all families
"${BOOT_SCENARIO}" "${BOOT_SUPPORT_SPI}" "${BOOT_SOC}" # rockchip stuff, sorry.
"${DDR_BLOB}" "${BL31_BLOB}" "${MINILOADER_BLOB}" # More rockchip stuff, even more sorry.