diff mbox series

[02/11] u-boot: upgrade 2024.04 -> 2024.07

Message ID fcea00c1bf4a66aaa119af8730cea6ffb11bf23c.1748486276.git.tim.orling@konsulko.com
State New
Headers show
Series [01/11] u-boot: Fix potential index error issues in do_deploy with multiple u-boot configurations | expand

Commit Message

Tim Orling May 29, 2025, 2:41 a.m. UTC
From: Fabio Estevam <festevam@denx.de>

Upgrade to U-Boot 2024.07.

(From OE-Core rev: 377e8d7fc019b0b2a0fd020e51741a4543f5f209)

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 recipes-bsp/u-boot/u-boot-common.inc                            | 2 +-
 .../u-boot/{u-boot-tools_2024.04.bb => u-boot-tools_2024.07.bb} | 0
 recipes-bsp/u-boot/{u-boot_2024.04.bb => u-boot_2024.07.bb}     | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename recipes-bsp/u-boot/{u-boot-tools_2024.04.bb => u-boot-tools_2024.07.bb} (100%)
 rename recipes-bsp/u-boot/{u-boot_2024.04.bb => u-boot_2024.07.bb} (100%)
diff mbox series

Patch

diff --git a/recipes-bsp/u-boot/u-boot-common.inc b/recipes-bsp/u-boot/u-boot-common.inc
index ca53573..1b5382a 100644
--- a/recipes-bsp/u-boot/u-boot-common.inc
+++ b/recipes-bsp/u-boot/u-boot-common.inc
@@ -12,7 +12,7 @@  PE = "1"
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "25049ad560826f7dc1c4740883b0016014a59789"
+SRCREV = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c"
 
 SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
 
diff --git a/recipes-bsp/u-boot/u-boot-tools_2024.04.bb b/recipes-bsp/u-boot/u-boot-tools_2024.07.bb
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-tools_2024.04.bb
rename to recipes-bsp/u-boot/u-boot-tools_2024.07.bb
diff --git a/recipes-bsp/u-boot/u-boot_2024.04.bb b/recipes-bsp/u-boot/u-boot_2024.07.bb
similarity index 100%
rename from recipes-bsp/u-boot/u-boot_2024.04.bb
rename to recipes-bsp/u-boot/u-boot_2024.07.bb