summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2024-03-21 13:33:16 -0300
committerHiago De Franco <hiago.franco@toradex.com>2024-03-21 13:38:26 -0300
commitdf487f5583c4ed77ba080a57ba8c56bfbe61684e (patch)
tree05fc08908759a038195285cb33eb5c07bd380ca8
parent88919fde20a5c44be02f837accd099014440e57e (diff)
machine: apalis/colibri-imx8/imx8x: Replace U-Boot 2022.07 with mainline
For use-head-next, choose the latest U-Boot rather then 2022.07, so it builds the latest U-Boot for the mainline distro. Related-to: ELB-5669 Related-to: ELB-5670 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r--conf/machine/apalis-imx8.conf2
-rw-r--r--conf/machine/colibri-imx8x.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 017a0ae..3550e3b 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -80,7 +80,7 @@ PREFERRED_VERSION_linux-imx-headers = "5.15"
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
# Currently we use the nxp 2022.04 downstream for mx8
PREFERRED_VERSION_u-boot-toradex = "2022.04%"
-PREFERRED_VERSION_u-boot-toradex:use-mainline-bsp = "2022.07%"
+PREFERRED_VERSION_u-boot-toradex:use-mainline-bsp = "mainline"
UBOOT_MAKE_TARGET:use-mainline-bsp = "all"
UBOOT_DTB_NAME:use-mainline-bsp:use-head-next = "fsl-imx8qm-apalis.dts"
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index 7aab51a..84a1d80 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -73,7 +73,7 @@ PREFERRED_VERSION_linux-imx-headers = "5.15"
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
# Currently we use the nxp 2022.04 downstream for mx8
PREFERRED_VERSION_u-boot-toradex = "2022.04%"
-PREFERRED_VERSION_u-boot-toradex:use-mainline-bsp = "2022.07%"
+PREFERRED_VERSION_u-boot-toradex:use-mainline-bsp = "mainline"
UBOOT_MAKE_TARGET:use-mainline-bsp = "all"
UBOOT_DTB_NAME:use-mainline-bsp:use-head-next = "fsl-imx8qxp-colibri.dts"