summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx8mn-evk.inc
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2026-03-06 05:14:02 -0800
committerTom Hochstein <tom.hochstein@nxp.com>2026-03-06 05:14:02 -0800
commit777cb1b05ba71614ceb4b05763727a737ffbf4a6 (patch)
tree06f69b3840ef88abc1a9038aade03925464b91cb /conf/machine/include/imx8mn-evk.inc
parent7bcd3881209e3ce7317383721f38c79f489a3cc7 (diff)
downloadmeta-freescale-777cb1b05ba71614ceb4b05763727a737ffbf4a6.tar.gz
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 <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/include/imx8mn-evk.inc')
-rw-r--r--conf/machine/include/imx8mn-evk.inc2
1 files changed, 1 insertions, 1 deletions
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"
36UBOOT_SUFFIX = "bin" 36UBOOT_SUFFIX = "bin"
37 37
38UBOOT_CONFIG ??= "sd" 38UBOOT_CONFIG ??= "sd"
39UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 39UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig"
40UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" 40UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig"
41UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig" 41UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig"
42 42