summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Soares <vitor.soares@toradex.com>2025-12-19 11:32:10 +0000
committerVitor Soares <vitor.soares@toradex.com>2025-12-19 11:32:10 +0000
commitb43189d8eecd2d531adebe6a5e2f59f4e16f1096 (patch)
tree42dd50f5f50e0397d1345b114301c5ab3c9e7284
parent435510baf0988db84cc842545b6477446c59fea2 (diff)
machine: toradex-osm-imx93: fix bootloader provider
Change bootloader provider from u-boot-toradex to u-boot-toradex-imx to match the current recipe structure on master branch. Remove PREFERRED_VERSION since u-boot-toradex-imx provides only a single version. Related-to: ELB-6717 Fixes: 1d5e360488bb ("machine: Add Toradex OSM iMX93 support") Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
-rw-r--r--conf/machine/toradex-osm-imx93.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/toradex-osm-imx93.conf b/conf/machine/toradex-osm-imx93.conf
index 22b30df..5019c9d 100644
--- a/conf/machine/toradex-osm-imx93.conf
+++ b/conf/machine/toradex-osm-imx93.conf
@@ -64,8 +64,7 @@ MACHINE_FEATURES += "wifi bluetooth optee tpm2"
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-imx"
PREFERRED_PROVIDER_virtual/kernel:preempt-rt = "linux-toradex-imx"
-IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
-PREFERRED_VERSION_u-boot-toradex = "2024.04%"
+IMX_DEFAULT_BOOTLOADER = "u-boot-toradex-imx"
IMAGE_CLASSES:append = " image_type_tezi"
IMAGE_FSTYPES += "teziimg"