diff options
| author | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-01-17 15:42:40 -0300 |
|---|---|---|
| committer | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-01-17 18:37:38 -0300 |
| commit | 06e4e46d5d320397fd6dfd87dc21658d613417e5 (patch) | |
| tree | 828153f7e410b01690aa83ed2c99213fe6484682 | |
| parent | 147af07b8372af2315c0faed779b416825288dcc (diff) | |
machine: toradex-smarc-imx95: update u-boot configuration to toradex
Change U-Boot configuration to Toradex SMARC iMX95 defconfig as it is
available now.
Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
| -rw-r--r-- | conf/machine/toradex-smarc-imx95.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/toradex-smarc-imx95.conf b/conf/machine/toradex-smarc-imx95.conf index 2f3f082..56c9d4a 100644 --- a/conf/machine/toradex-smarc-imx95.conf +++ b/conf/machine/toradex-smarc-imx95.conf @@ -29,8 +29,7 @@ PREFERRED_VERSION_u-boot-toradex = "2024.04%" UBOOT_SUFFIX = "bin" SPL_BINARY = "spl/u-boot-spl.bin" UBOOT_MAKE_TARGET = "" -# TODO once available change to the SMARC iMX95 defconfig -UBOOT_CONFIG_BASENAME = "imx95_19x19_verdin" +UBOOT_CONFIG_BASENAME = "toradex-smarc-imx95" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
