summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2024-09-10 14:59:06 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-09-10 20:09:04 +0000
commit42a701a1e49b84ca539b0787fabc178571b172ec (patch)
tree14cd707ba2f8165ed9d4196955ffd0b04c4d2db7
parenta16abf306345d010dee1ad5e3c2e0c09ed50bbd3 (diff)
downloadmeta-freescale-42a701a1e49b84ca539b0787fabc178571b172ec.tar.gz
u-boot-fslc: Bump to revison 5b4d66dd
This commit changes the u-boot-fslc source revision to 5b4d66dd. This new revison fix a issue with imx8mq bootloader. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> (cherry picked from commit c0b7f552a0fef79a79704f4bc515f74a1274030d)
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2024.07.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2024.07.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2024.07.inc
index 214d4532..b2bea55c 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2024.07.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2024.07.inc
@@ -10,7 +10,7 @@ DEPENDS += "flex-native bison-native"
10 10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" 11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"
12 12
13SRCREV = "1406c04f60f5c375e0fc77b9f661aecd08dff45e" 13SRCREV = "5b4d66dd41432d36c22bcdfa2d1ca4afc3a1c2fc"
14SRCBRANCH = "2024.07+fslc" 14SRCBRANCH = "2024.07+fslc"
15 15
16PV = "2024.07+fslc+git${SRCPV}" 16PV = "2024.07+fslc+git${SRCPV}"