diff options
-rw-r--r-- | conf/machine/include/imx-base.inc | 4 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2022.10.inc | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 355ecaac..d5458165 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -543,9 +543,7 @@ WKS_FILE_DEPENDS:append:imx-generic-bsp:aarch64 = " \ | |||
543 | " | 543 | " |
544 | 544 | ||
545 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" | 545 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" |
546 | SOC_DEFAULT_WKS_FILE:mx8m-nxp-bsp ?= "imx-imx-boot-bootpart.wks.in" | 546 | SOC_DEFAULT_WKS_FILE:mx8-generic-bsp ?= "imx-imx-boot-bootpart.wks.in" |
547 | |||
548 | SOC_DEFAULT_WKS_FILE:mx8-nxp-bsp ?= "imx-imx-boot-bootpart.wks.in" | ||
549 | SOC_DEFAULT_WKS_FILE:mxs-generic-bsp ?= "imx-uboot-mxs-bootpart.wks.in" | 547 | SOC_DEFAULT_WKS_FILE:mxs-generic-bsp ?= "imx-uboot-mxs-bootpart.wks.in" |
550 | 548 | ||
551 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | 549 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" |
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 | ||
11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" | 11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" |
12 | 12 | ||
13 | SRCREV = "2c2dc1affbccd87625d77e3e6fce437c31f2d708" | 13 | SRCREV = "cbd7eb17ac1f781b9c511982e43d52f4304f0fd5" |
14 | SRCBRANCH = "2022.10+fslc" | 14 | SRCBRANCH = "2022.10+fslc" |
15 | 15 | ||
16 | PV = "2022.10+git${SRCPV}" | 16 | PV = "2022.10+git${SRCPV}" |