u-boot: upgrade 2021.10 -> 2022.01

Message ID 20220111030422.114638-1-marex@denx.de
State Accepted, archived
Commit d9ff458e88fe764686e4df31faff9e74d5c490b7
Headers show
Series u-boot: upgrade 2021.10 -> 2022.01 | expand

Commit Message

Marek Vasut Jan. 11, 2022, 3:04 a.m. UTC
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
 .../u-boot/{u-boot-tools_2021.10.bb => u-boot-tools_2022.01.bb} | 0
 .../recipes-bsp/u-boot/{u-boot_2021.10.bb => u-boot_2022.01.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2021.10.bb => u-boot-tools_2022.01.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2021.10.bb => u-boot_2022.01.bb} (100%)

Patch

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 5a3fc17ad1..c09b1c2876 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/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 = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91"
+SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
           "
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2021.10.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2022.01.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2021.10.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2022.01.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2021.10.bb b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2021.10.bb
rename to meta/recipes-bsp/u-boot/u-boot_2022.01.bb