diff options
| author | Vitor Soares <vitor.soares@toradex.com> | 2025-12-19 11:37:46 +0000 |
|---|---|---|
| committer | Vitor Soares <vitor.soares@toradex.com> | 2025-12-19 11:37:46 +0000 |
| commit | 804d67c304eaa001ce6cb49876e69aa64df2fd3a (patch) | |
| tree | 5ee5034d2b2cff6a996c90e88c882a5dc0297e0c | |
| parent | b43189d8eecd2d531adebe6a5e2f59f4e16f1096 (diff) | |
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-6726
Fixes: bfd92878fde7 ("machine: add Lino iMX93 support")
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
| -rw-r--r-- | conf/machine/lino-imx93.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/lino-imx93.conf b/conf/machine/lino-imx93.conf index e6c06bb..55370de 100644 --- a/conf/machine/lino-imx93.conf +++ b/conf/machine/lino-imx93.conf @@ -63,8 +63,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" |
