summaryrefslogtreecommitdiffstats
path: root/conf/machine
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
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')
-rw-r--r--conf/machine/imx28evk.conf4
-rw-r--r--conf/machine/imx6qdlsabreauto.conf4
-rw-r--r--conf/machine/imx6qdlsabresd.conf4
-rw-r--r--conf/machine/imx6slevk.conf4
-rw-r--r--conf/machine/imx6sllevk.conf4
-rw-r--r--conf/machine/imx6sxsabreauto.conf4
-rw-r--r--conf/machine/imx6sxsabresd.conf6
-rw-r--r--conf/machine/imx6ulevk.conf6
-rw-r--r--conf/machine/imx6ullevk.conf6
-rw-r--r--conf/machine/imx6ulz-14x14-evk.conf6
-rw-r--r--conf/machine/imx7dsabresd.conf6
-rw-r--r--conf/machine/imx7ulpevk.conf6
-rw-r--r--conf/machine/imx8mnul-ddr3l-evk.conf2
-rw-r--r--conf/machine/imx8mq-evk.conf2
-rw-r--r--conf/machine/imx8mq-lpddr4-wevk.conf2
-rw-r--r--conf/machine/imx8qm-mek.conf2
-rw-r--r--conf/machine/include/imx8dxl-evk.inc2
-rw-r--r--conf/machine/include/imx8mm-evk.inc2
-rw-r--r--conf/machine/include/imx8mn-evk.inc2
-rw-r--r--conf/machine/include/imx8mp-evk.inc2
-rw-r--r--conf/machine/include/imx8ulp-evk.inc2
-rw-r--r--conf/machine/include/imx8x-mek.inc2
22 files changed, 40 insertions, 40 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index cecb97d27..f6946b771 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -17,9 +17,9 @@ UBOOT_MAKE_TARGET = "u-boot.sb"
17UBOOT_SUFFIX = "sb" 17UBOOT_SUFFIX = "sb"
18 18
19UBOOT_CONFIG ??= "sd" 19UBOOT_CONFIG ??= "sd"
20UBOOT_CONFIG[sd] = "mx28evk_config,sdcard" 20UBOOT_CONFIG[sd] = "mx28evk_config"
21UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs" 21UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs"
22UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard" 22UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config"
23 23
24KERNEL_DEVICETREE = "nxp/mxs/imx28-evk.dtb" 24KERNEL_DEVICETREE = "nxp/mxs/imx28-evk.dtb"
25 25
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf
index 61d81ab69..08c5e8452 100644
--- a/conf/machine/imx6qdlsabreauto.conf
+++ b/conf/machine/imx6qdlsabreauto.conf
@@ -56,8 +56,8 @@ UBOOT_SUFFIX:pn-u-boot-imx = "imx"
56UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" 56UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx"
57UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" 57UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx"
58 58
59UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" 59UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig"
60UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" 60UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig"
61UBOOT_CONFIG[eimnor] = "${UBOOT_CONFIG_MACHINE_NAME}_eimnor_defconfig" 61UBOOT_CONFIG[eimnor] = "${UBOOT_CONFIG_MACHINE_NAME}_eimnor_defconfig"
62UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_MACHINE_NAME}_nand_defconfig,ubifs" 62UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_MACHINE_NAME}_nand_defconfig,ubifs"
63UBOOT_CONFIG[spinor] = "${UBOOT_CONFIG_MACHINE_NAME}_spinor_defconfig" 63UBOOT_CONFIG[spinor] = "${UBOOT_CONFIG_MACHINE_NAME}_spinor_defconfig"
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index c65bc9b91..48609ef84 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -62,8 +62,8 @@ UBOOT_SUFFIX:pn-u-boot-imx = "imx"
62UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" 62UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx"
63UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" 63UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx"
64 64
65UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" 65UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig"
66UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" 66UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig"
67UBOOT_CONFIG[sata] = "${UBOOT_CONFIG_MACHINE_NAME}_sata_defconfig" 67UBOOT_CONFIG[sata] = "${UBOOT_CONFIG_MACHINE_NAME}_sata_defconfig"
68 68
69# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC 69# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf
index df022d635..3f9c2f6a2 100644
--- a/conf/machine/imx6slevk.conf
+++ b/conf/machine/imx6slevk.conf
@@ -24,8 +24,8 @@ UBOOT_CONFIG ??= " \
24 sd \ 24 sd \
25 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 25 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
26" 26"
27UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" 27UBOOT_CONFIG[sd] = "mx6slevk_config"
28UBOOT_CONFIG[sd-optee] = "mx6slevk_optee_config,sdcard" 28UBOOT_CONFIG[sd-optee] = "mx6slevk_optee_config"
29UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config" 29UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config"
30UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" 30UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config"
31 31
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
index 58fff6db0..2e93d8f26 100644
--- a/conf/machine/imx6sllevk.conf
+++ b/conf/machine/imx6sllevk.conf
@@ -21,8 +21,8 @@ UBOOT_CONFIG ??= " \
21 sd \ 21 sd \
22 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 22 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
23" 23"
24UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard" 24UBOOT_CONFIG[sd] = "mx6sllevk_config"
25UBOOT_CONFIG[sd-optee] = "mx6sllevk_optee_config,sdcard" 25UBOOT_CONFIG[sd-optee] = "mx6sllevk_optee_config"
26UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config" 26UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config"
27 27
28OPTEE_BIN_EXT:imx6sllevk = "6sllevk" 28OPTEE_BIN_EXT:imx6sllevk = "6sllevk"
diff --git a/conf/machine/imx6sxsabreauto.conf b/conf/machine/imx6sxsabreauto.conf
index cbb20d567..e4b5a6835 100644
--- a/conf/machine/imx6sxsabreauto.conf
+++ b/conf/machine/imx6sxsabreauto.conf
@@ -19,8 +19,8 @@ UBOOT_CONFIG ??= " \
19 sd \ 19 sd \
20 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 20 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
21" 21"
22UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" 22UBOOT_CONFIG[sd] = "mx6sxsabreauto_config"
23UBOOT_CONFIG[sd-optee] = "mx6sxsabreauto_optee_config,sdcard" 23UBOOT_CONFIG[sd-optee] = "mx6sxsabreauto_optee_config"
24UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config" 24UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config"
25UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs" 25UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs"
26 26
diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf
index d85c7ce74..de4281320 100644
--- a/conf/machine/imx6sxsabresd.conf
+++ b/conf/machine/imx6sxsabresd.conf
@@ -32,9 +32,9 @@ UBOOT_CONFIG ??= " \
32 sd \ 32 sd \
33 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 33 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
34" 34"
35UBOOT_CONFIG[sd] = "mx6sxsabresd_config,sdcard" 35UBOOT_CONFIG[sd] = "mx6sxsabresd_config"
36UBOOT_CONFIG[sd-optee] = "mx6sxsabresd_optee_config,sdcard" 36UBOOT_CONFIG[sd-optee] = "mx6sxsabresd_optee_config"
37UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config,sdcard" 37UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config"
38UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config" 38UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config"
39UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config" 39UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config"
40 40
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
index 3bab4f549..35b99c8ce 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -57,9 +57,9 @@ UBOOT_CONFIG ??= " \
57 sd \ 57 sd \
58 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 58 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
59" 59"
60UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" 60UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config"
61UBOOT_CONFIG[sd-optee] = "mx6ul_14x14_evk_optee_config,sdcard" 61UBOOT_CONFIG[sd-optee] = "mx6ul_14x14_evk_optee_config"
62UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard" 62UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config"
63UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" 63UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"
64 64
65OPTEE_BIN_EXT = "6ulevk" 65OPTEE_BIN_EXT = "6ulevk"
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
index 4c1184a79..a9ff8bf10 100644
--- a/conf/machine/imx6ullevk.conf
+++ b/conf/machine/imx6ullevk.conf
@@ -39,9 +39,9 @@ UBOOT_CONFIG ??= " \
39 sd \ 39 sd \
40 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 40 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
41" 41"
42UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" 42UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config"
43UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config,sdcard" 43UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config"
44UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config,sdcard" 44UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config"
45UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs" 45UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs"
46UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config" 46UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config"
47 47
diff --git a/conf/machine/imx6ulz-14x14-evk.conf b/conf/machine/imx6ulz-14x14-evk.conf
index 572434ae7..25b0d0d06 100644
--- a/conf/machine/imx6ulz-14x14-evk.conf
+++ b/conf/machine/imx6ulz-14x14-evk.conf
@@ -32,9 +32,9 @@ UBOOT_CONFIG ??= " \
32 sd \ 32 sd \
33 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 33 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
34" 34"
35UBOOT_CONFIG[sd] = "mx6ulz_14x14_evk_config,sdcard" 35UBOOT_CONFIG[sd] = "mx6ulz_14x14_evk_config"
36UBOOT_CONFIG[sd-optee] = "mx6ulz_14x14_evk_optee_config,sdcard" 36UBOOT_CONFIG[sd-optee] = "mx6ulz_14x14_evk_optee_config"
37UBOOT_CONFIG[emmc] = "mx6ulz_14x14_evk_emmc_config,sdcard" 37UBOOT_CONFIG[emmc] = "mx6ulz_14x14_evk_emmc_config"
38UBOOT_CONFIG[nand] = "mx6ulz_14x14_evk_nand_config,ubifs" 38UBOOT_CONFIG[nand] = "mx6ulz_14x14_evk_nand_config,ubifs"
39UBOOT_CONFIG[qspi1] = "mx6ulz_14x14_evk_qspi1_config" 39UBOOT_CONFIG[qspi1] = "mx6ulz_14x14_evk_qspi1_config"
40 40
diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf
index 96942ebb2..9f88dc4fd 100644
--- a/conf/machine/imx7dsabresd.conf
+++ b/conf/machine/imx7dsabresd.conf
@@ -33,9 +33,9 @@ UBOOT_CONFIG ??= " \
33 sd \ 33 sd \
34 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 34 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
35" 35"
36UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" 36UBOOT_CONFIG[sd] = "mx7dsabresd_config"
37UBOOT_CONFIG[sd-optee] = "mx7dsabresd_optee_config,sdcard" 37UBOOT_CONFIG[sd-optee] = "mx7dsabresd_optee_config"
38UBOOT_CONFIG[nonsec] = "mx7dsabresd_nonsec_config,sdcard" 38UBOOT_CONFIG[nonsec] = "mx7dsabresd_nonsec_config"
39UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" 39UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config"
40UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" 40UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs"
41UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" 41UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config"
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf
index b5196e30b..569548d56 100644
--- a/conf/machine/imx7ulpevk.conf
+++ b/conf/machine/imx7ulpevk.conf
@@ -36,9 +36,9 @@ UBOOT_CONFIG ??= " \
36 sd \ 36 sd \
37 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 37 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
38" 38"
39UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard" 39UBOOT_CONFIG[sd] = "mx7ulp_evk_config"
40UBOOT_CONFIG[sd-optee] = "mx7ulp_evk_optee_config,sdcard" 40UBOOT_CONFIG[sd-optee] = "mx7ulp_evk_optee_config"
41UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" 41UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config"
42 42
43OPTEE_BIN_EXT = "7ulp" 43OPTEE_BIN_EXT = "7ulp"
44 44
diff --git a/conf/machine/imx8mnul-ddr3l-evk.conf b/conf/machine/imx8mnul-ddr3l-evk.conf
index a481c48bc..a71ec3019 100644
--- a/conf/machine/imx8mnul-ddr3l-evk.conf
+++ b/conf/machine/imx8mnul-ddr3l-evk.conf
@@ -34,7 +34,7 @@ UBOOT_SUFFIX = "bin"
34 34
35UBOOT_CONFIG ??= "sd" 35UBOOT_CONFIG ??= "sd"
36UBOOT_CONFIG_BASENAME = "imx8mn_ddr3l_evk" 36UBOOT_CONFIG_BASENAME = "imx8mn_ddr3l_evk"
37UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_config,sdcard" 37UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_config"
38UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" 38UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig"
39 39
40SPL_BINARY = "spl/u-boot-spl.bin" 40SPL_BINARY = "spl/u-boot-spl.bin"
diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf
index 796b7b9ef..7b347bf10 100644
--- a/conf/machine/imx8mq-evk.conf
+++ b/conf/machine/imx8mq-evk.conf
@@ -49,7 +49,7 @@ IMX_DEFAULT_BOOTLOADER:use-mainline-bsp = "u-boot-fslc"
49UBOOT_SUFFIX = "bin" 49UBOOT_SUFFIX = "bin"
50 50
51UBOOT_CONFIG ??= "sd" 51UBOOT_CONFIG ??= "sd"
52UBOOT_CONFIG[sd] = "imx8mq_evk_config,sdcard" 52UBOOT_CONFIG[sd] = "imx8mq_evk_config"
53 53
54SPL_BINARY = "spl/u-boot-spl.bin" 54SPL_BINARY = "spl/u-boot-spl.bin"
55 55
diff --git a/conf/machine/imx8mq-lpddr4-wevk.conf b/conf/machine/imx8mq-lpddr4-wevk.conf
index 6aa8e0ee7..e66eda2f4 100644
--- a/conf/machine/imx8mq-lpddr4-wevk.conf
+++ b/conf/machine/imx8mq-lpddr4-wevk.conf
@@ -8,7 +8,7 @@ MACHINEOVERRIDES =. "imx8mq-evk:"
8require conf/machine/imx8mq-evk.conf 8require conf/machine/imx8mq-evk.conf
9 9
10UBOOT_CONFIG ??= "sd" 10UBOOT_CONFIG ??= "sd"
11UBOOT_CONFIG[sd] = "imx8mq_wevk_config,sdcard" 11UBOOT_CONFIG[sd] = "imx8mq_wevk_config"
12 12
13# Set imx-mkimage boot target 13# Set imx-mkimage boot target
14IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi" 14IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi"
diff --git a/conf/machine/imx8qm-mek.conf b/conf/machine/imx8qm-mek.conf
index fa4974761..a7e52d54d 100644
--- a/conf/machine/imx8qm-mek.conf
+++ b/conf/machine/imx8qm-mek.conf
@@ -95,7 +95,7 @@ IMX_DEFAULT_BOOTLOADER:use-mainline-bsp = "u-boot-fslc"
95UBOOT_SUFFIX = "bin" 95UBOOT_SUFFIX = "bin"
96 96
97UBOOT_CONFIG ??= "sd" 97UBOOT_CONFIG ??= "sd"
98UBOOT_CONFIG[sd] = "imx8qm_mek_defconfig,sdcard" 98UBOOT_CONFIG[sd] = "imx8qm_mek_defconfig"
99UBOOT_CONFIG[fspi] = "imx8qm_mek_fspi_defconfig" 99UBOOT_CONFIG[fspi] = "imx8qm_mek_fspi_defconfig"
100 100
101IMX_BOOT_SEEK = "32" 101IMX_BOOT_SEEK = "32"
diff --git a/conf/machine/include/imx8dxl-evk.inc b/conf/machine/include/imx8dxl-evk.inc
index 4f5d12986..50ee85b42 100644
--- a/conf/machine/include/imx8dxl-evk.inc
+++ b/conf/machine/include/imx8dxl-evk.inc
@@ -39,7 +39,7 @@ SPL_BINARY = "spl/u-boot-spl.bin"
39UBOOT_SUFFIX = "bin" 39UBOOT_SUFFIX = "bin"
40 40
41UBOOT_CONFIG ??= "sd" 41UBOOT_CONFIG ??= "sd"
42UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 42UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig"
43UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" 43UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig"
44 44
45IMX_BOOT_SEEK = "32" 45IMX_BOOT_SEEK = "32"
diff --git a/conf/machine/include/imx8mm-evk.inc b/conf/machine/include/imx8mm-evk.inc
index 1a8b5b57a..55718acc3 100644
--- a/conf/machine/include/imx8mm-evk.inc
+++ b/conf/machine/include/imx8mm-evk.inc
@@ -33,7 +33,7 @@ UBOOT_DTB_NAME = "${KERNEL_DEVICETREE_BASENAME}.dtb"
33UBOOT_SUFFIX = "bin" 33UBOOT_SUFFIX = "bin"
34 34
35UBOOT_CONFIG ??= "sd" 35UBOOT_CONFIG ??= "sd"
36UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 36UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig"
37 37
38SPL_BINARY = "spl/u-boot-spl.bin" 38SPL_BINARY = "spl/u-boot-spl.bin"
39 39
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
diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc
index f076233b7..79d7bc15e 100644
--- a/conf/machine/include/imx8mp-evk.inc
+++ b/conf/machine/include/imx8mp-evk.inc
@@ -29,7 +29,7 @@ IMX_DEFAULT_BOOTLOADER:use-mainline-bsp = "u-boot-fslc"
29UBOOT_SUFFIX = "bin" 29UBOOT_SUFFIX = "bin"
30 30
31UBOOT_CONFIG ??= "sd" 31UBOOT_CONFIG ??= "sd"
32UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 32UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig"
33UBOOT_CONFIG[ecc] = "${UBOOT_CONFIG_BASENAME}_inline_ecc_defconfig" 33UBOOT_CONFIG[ecc] = "${UBOOT_CONFIG_BASENAME}_inline_ecc_defconfig"
34 34
35SPL_BINARY = "spl/u-boot-spl.bin" 35SPL_BINARY = "spl/u-boot-spl.bin"
diff --git a/conf/machine/include/imx8ulp-evk.inc b/conf/machine/include/imx8ulp-evk.inc
index 232695306..7a1f2213d 100644
--- a/conf/machine/include/imx8ulp-evk.inc
+++ b/conf/machine/include/imx8ulp-evk.inc
@@ -19,7 +19,7 @@ UBOOT_MAKE_TARGET = ""
19SPL_BINARY = "spl/u-boot-spl.bin" 19SPL_BINARY = "spl/u-boot-spl.bin"
20 20
21UBOOT_CONFIG ??= "sd" 21UBOOT_CONFIG ??= "sd"
22UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 22UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig"
23UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" 23UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig"
24UBOOT_CONFIG[nd] = "${UBOOT_CONFIG_BASENAME}_nd_defconfig" 24UBOOT_CONFIG[nd] = "${UBOOT_CONFIG_BASENAME}_nd_defconfig"
25 25
diff --git a/conf/machine/include/imx8x-mek.inc b/conf/machine/include/imx8x-mek.inc
index e83085860..ad3422e07 100644
--- a/conf/machine/include/imx8x-mek.inc
+++ b/conf/machine/include/imx8x-mek.inc
@@ -44,7 +44,7 @@ SPL_BINARY = \
44 '', d)}" 44 '', d)}"
45 45
46UBOOT_CONFIG ??= "sd" 46UBOOT_CONFIG ??= "sd"
47UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 47UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig"
48UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" 48UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig"
49 49
50IMX_BOOT_SEEK = "32" 50IMX_BOOT_SEEK = "32"