diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2026-03-06 05:14:02 -0800 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2026-03-06 05:14:02 -0800 |
| commit | 777cb1b05ba71614ceb4b05763727a737ffbf4a6 (patch) | |
| tree | 06f69b3840ef88abc1a9038aade03925464b91cb /conf/machine/include/imx8mn-evk.inc | |
| parent | 7bcd3881209e3ce7317383721f38c79f489a3cc7 (diff) | |
| download | meta-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.inc | 2 |
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" | |||
| 36 | UBOOT_SUFFIX = "bin" | 36 | UBOOT_SUFFIX = "bin" |
| 37 | 37 | ||
| 38 | UBOOT_CONFIG ??= "sd" | 38 | UBOOT_CONFIG ??= "sd" |
| 39 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 39 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 40 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" | 40 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 41 | UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig" | 41 | UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig" |
| 42 | 42 | ||
