Merge pull request #1325 from Freescale/topic/u-boot-upgrade

u-boot-fslc: Bump revision to cbd7eb17ac1
This commit is contained in:
Otavio Salvador 2022-12-14 10:48:40 -03:00 committed by GitHub
commit cb6c55d9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -543,9 +543,7 @@ WKS_FILE_DEPENDS:append:imx-generic-bsp:aarch64 = " \
"
SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in"
SOC_DEFAULT_WKS_FILE:mx8m-nxp-bsp ?= "imx-imx-boot-bootpart.wks.in"
SOC_DEFAULT_WKS_FILE:mx8-nxp-bsp ?= "imx-imx-boot-bootpart.wks.in"
SOC_DEFAULT_WKS_FILE:mx8-generic-bsp ?= "imx-imx-boot-bootpart.wks.in"
SOC_DEFAULT_WKS_FILE:mxs-generic-bsp ?= "imx-uboot-mxs-bootpart.wks.in"
WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"

View File

@ -10,7 +10,7 @@ DEPENDS += "flex-native bison-native"
SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"
SRCREV = "2c2dc1affbccd87625d77e3e6fce437c31f2d708"
SRCREV = "cbd7eb17ac1f781b9c511982e43d52f4304f0fd5"
SRCBRANCH = "2022.10+fslc"
PV = "2022.10+git${SRCPV}"