summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-02 16:20:00 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-05-02 16:20:00 -0300
commitfcd10a9ab1d488d4a723188a97efe6b5d03bc489 (patch)
treee50853f836c42a53c2fff96575aeb0c9d896ff25
parent17067963696d913f9f86e9fbf6c80898508362e0 (diff)
downloadmeta-freescale-fcd10a9ab1d488d4a723188a97efe6b5d03bc489.tar.gz
u-boot-fslc: bump to revision 1f4890c5
This includes following changes: - df3b57ef07b misc: imx: remove DM dependency for ocotp driver in SPL Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2023.04.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2023.04.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2023.04.inc
index 6c95b62c..ab7b44f9 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2023.04.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2023.04.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 = "4912909b874b7c075006d05b893483cee631870f" 13SRCREV = "1f4890c59efba516f432697fe7235a5296df6f54"
14SRCBRANCH = "2023.04+fslc" 14SRCBRANCH = "2023.04+fslc"
15 15
16PV = "2023.04+git${SRCPV}" 16PV = "2023.04+git${SRCPV}"