From 777cb1b05ba71614ceb4b05763727a737ffbf4a6 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 6 Mar 2026 05:14:02 -0800 Subject: conf/machine: Drop non-existent image type sdcard The machine configuration files specify an image type `sdcard` via `UBOOT_CONFIG`. This type is not listed in `IMAGE_TYPES`, and the specification appears to have no effect on the build. It appears to be historical only and of no use, so drop it. Signed-off-by: Tom Hochstein --- conf/machine/include/imx8mn-evk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/imx8mn-evk.inc') diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc index 1f108f598..d29446125 100644 --- a/conf/machine/include/imx8mn-evk.inc +++ b/conf/machine/include/imx8mn-evk.inc @@ -36,7 +36,7 @@ IMX_DEFAULT_BOOTLOADER:use-mainline-bsp = "u-boot-fslc" UBOOT_SUFFIX = "bin" UBOOT_CONFIG ??= "sd" -UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" +UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig" -- cgit v1.2.3-54-g00ecf