From 7cf518c036f6d88f2318b558145a7a25c7d5671a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 5 Aug 2025 10:47:50 +0100 Subject: [PATCH] arm-bsp/u-boot: remove version 2023.07.02 The use of 2023.07.02 was removed in meta-arm e29c0ee70a ("arm-bsp/u-boot: corstone1000: Add PSA Firmware Update support (DEN0118 v1.0A)"). Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb deleted file mode 100644 index d23176ab..00000000 --- a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb +++ /dev/null @@ -1,5 +0,0 @@ -require recipes-bsp/u-boot/u-boot-common.inc -require recipes-bsp/u-boot/u-boot.inc - -SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c" -SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y"