summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-10-13 19:05:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-10-13 19:41:04 -0300
commit7bf2d1b35a244ae785e971239bf0c11136200b2e (patch)
treec5ea2f582134ac385f5dfacaa9d87b3d5051fcf3 /recipes-bsp
parent34529a497e3e0faf64b2bab0f05f6948ade13690 (diff)
downloadmeta-freescale-7bf2d1b35a244ae785e971239bf0c11136200b2e.tar.gz
u-boot-fslc: Bump revision to 88c58453be8
This includes following commit: 88c58453be8 Revert "pico-imx7d: Allow bringing up the two cores" We are going to fix this on Linux kernel side; the new commit: b31249c40147 ARM: imx: add smp support for imx7d Is being included on our 5.4.x+fslc branch to solve this for i.MX7D users. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: Ieaa700a864169be7c2b75bffe9be4111a59551df
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc
index cacc4033..94db11cc 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.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 = "c28472955be341458dd2d4fdb863eba3c1df2fd3" 13SRCREV = "88c58453be8cd87eb55f8e283ac4dcce5b59006d"
14SRCBRANCH = "2020.04+fslc" 14SRCBRANCH = "2020.04+fslc"
15 15
16PV = "v2020.04+git${SRCPV}" 16PV = "v2020.04+git${SRCPV}"