summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-12-13 08:54:29 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-14 13:48:56 +0000
commita99bfd038e09ee16e28ce95e0925594005ed9c06 (patch)
treeb508bc57fc51e29e5d2c0e1d9a22205406290e1b
parente4e0e42efa8e58923e279b3fee0e81efc5ba82b5 (diff)
downloadmeta-freescale-a99bfd038e09ee16e28ce95e0925594005ed9c06.tar.gz
u-boot-fslc: Bump revision to cbd7eb17ac1
Apply following changes: cbd7eb17ac1 imx8mn-venice-u-boot: Fix broken boot f463aeddbbf imx8mn-ddr4-evk-u-boot: Fix broken boot d1920093874 imx6qdl-sabresd: Pass mmc alias 047ac33f481 wandboard: Pass mmc aliases Fixes: #1324, #1267 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 37efa65108d367fd28cb0aa6ae789670e7358ae7)
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2022.10.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2022.10.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2022.10.inc
index dcc5a481..9e5cfe5e 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2022.10.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2022.10.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 = "2c2dc1affbccd87625d77e3e6fce437c31f2d708" 13SRCREV = "cbd7eb17ac1f781b9c511982e43d52f4304f0fd5"
14SRCBRANCH = "2022.10+fslc" 14SRCBRANCH = "2022.10+fslc"
15 15
16PV = "2022.10+git${SRCPV}" 16PV = "2022.10+git${SRCPV}"