summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-03-04 21:32:20 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-04 18:45:09 -0300
commitf91cd3ffe446529f0f1bba9756f884a69b5cfa43 (patch)
treeffa599f401198f550c830f905d60da0f0b343ecd
parent392a28bdd1abed116525fdbafb0304c5a6a33f09 (diff)
downloadmeta-freescale-f91cd3ffe446529f0f1bba9756f884a69b5cfa43.tar.gz
u-boot-fslc: update revision to include mx8mn sd card fixes
Upstream repository has been updated with following commit: - 80c23498b4 imx8mn_ddr4_evk: Allow booting the kernel by default Bump up revision in recipe to pick up patch applied. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc
index fcadc994..b0e665e0 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc
@@ -10,7 +10,7 @@ DEPENDS += "bison-native"
10 10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
12 12
13SRCREV = "5003fc093c40895e541fe481016bd3220078a81c" 13SRCREV = "80c23498b425447a4a04d2a85ca4c2aec6ec349a"
14SRCBRANCH = "2020.10+fslc" 14SRCBRANCH = "2020.10+fslc"
15 15
16PV = "v2020.10+git${SRCPV}" 16PV = "v2020.10+git${SRCPV}"