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 | |
| 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')
| -rw-r--r-- | conf/machine/imx28evk.conf | 4 | ||||
| -rw-r--r-- | conf/machine/imx6qdlsabreauto.conf | 4 | ||||
| -rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 4 | ||||
| -rw-r--r-- | conf/machine/imx6slevk.conf | 4 | ||||
| -rw-r--r-- | conf/machine/imx6sllevk.conf | 4 | ||||
| -rw-r--r-- | conf/machine/imx6sxsabreauto.conf | 4 | ||||
| -rw-r--r-- | conf/machine/imx6sxsabresd.conf | 6 | ||||
| -rw-r--r-- | conf/machine/imx6ulevk.conf | 6 | ||||
| -rw-r--r-- | conf/machine/imx6ullevk.conf | 6 | ||||
| -rw-r--r-- | conf/machine/imx6ulz-14x14-evk.conf | 6 | ||||
| -rw-r--r-- | conf/machine/imx7dsabresd.conf | 6 | ||||
| -rw-r--r-- | conf/machine/imx7ulpevk.conf | 6 | ||||
| -rw-r--r-- | conf/machine/imx8mnul-ddr3l-evk.conf | 2 | ||||
| -rw-r--r-- | conf/machine/imx8mq-evk.conf | 2 | ||||
| -rw-r--r-- | conf/machine/imx8mq-lpddr4-wevk.conf | 2 | ||||
| -rw-r--r-- | conf/machine/imx8qm-mek.conf | 2 | ||||
| -rw-r--r-- | conf/machine/include/imx8dxl-evk.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/imx8mm-evk.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/imx8mn-evk.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/imx8mp-evk.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/imx8ulp-evk.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/imx8x-mek.inc | 2 |
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" | |||
| 17 | UBOOT_SUFFIX = "sb" | 17 | UBOOT_SUFFIX = "sb" |
| 18 | 18 | ||
| 19 | UBOOT_CONFIG ??= "sd" | 19 | UBOOT_CONFIG ??= "sd" |
| 20 | UBOOT_CONFIG[sd] = "mx28evk_config,sdcard" | 20 | UBOOT_CONFIG[sd] = "mx28evk_config" |
| 21 | UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs" | 21 | UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs" |
| 22 | UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard" | 22 | UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config" |
| 23 | 23 | ||
| 24 | KERNEL_DEVICETREE = "nxp/mxs/imx28-evk.dtb" | 24 | KERNEL_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" | |||
| 56 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" | 56 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" |
| 57 | UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" | 57 | UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" |
| 58 | 58 | ||
| 59 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" | 59 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig" |
| 60 | UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" | 60 | UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig" |
| 61 | UBOOT_CONFIG[eimnor] = "${UBOOT_CONFIG_MACHINE_NAME}_eimnor_defconfig" | 61 | UBOOT_CONFIG[eimnor] = "${UBOOT_CONFIG_MACHINE_NAME}_eimnor_defconfig" |
| 62 | UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_MACHINE_NAME}_nand_defconfig,ubifs" | 62 | UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_MACHINE_NAME}_nand_defconfig,ubifs" |
| 63 | UBOOT_CONFIG[spinor] = "${UBOOT_CONFIG_MACHINE_NAME}_spinor_defconfig" | 63 | UBOOT_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" | |||
| 62 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" | 62 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" |
| 63 | UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" | 63 | UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" |
| 64 | 64 | ||
| 65 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" | 65 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig" |
| 66 | UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" | 66 | UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig" |
| 67 | UBOOT_CONFIG[sata] = "${UBOOT_CONFIG_MACHINE_NAME}_sata_defconfig" | 67 | UBOOT_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 | " |
| 27 | UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" | 27 | UBOOT_CONFIG[sd] = "mx6slevk_config" |
| 28 | UBOOT_CONFIG[sd-optee] = "mx6slevk_optee_config,sdcard" | 28 | UBOOT_CONFIG[sd-optee] = "mx6slevk_optee_config" |
| 29 | UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config" | 29 | UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config" |
| 30 | UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" | 30 | UBOOT_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 | " |
| 24 | UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard" | 24 | UBOOT_CONFIG[sd] = "mx6sllevk_config" |
| 25 | UBOOT_CONFIG[sd-optee] = "mx6sllevk_optee_config,sdcard" | 25 | UBOOT_CONFIG[sd-optee] = "mx6sllevk_optee_config" |
| 26 | UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config" | 26 | UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config" |
| 27 | 27 | ||
| 28 | OPTEE_BIN_EXT:imx6sllevk = "6sllevk" | 28 | OPTEE_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 | " |
| 22 | UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" | 22 | UBOOT_CONFIG[sd] = "mx6sxsabreauto_config" |
| 23 | UBOOT_CONFIG[sd-optee] = "mx6sxsabreauto_optee_config,sdcard" | 23 | UBOOT_CONFIG[sd-optee] = "mx6sxsabreauto_optee_config" |
| 24 | UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config" | 24 | UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config" |
| 25 | UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs" | 25 | UBOOT_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 | " |
| 35 | UBOOT_CONFIG[sd] = "mx6sxsabresd_config,sdcard" | 35 | UBOOT_CONFIG[sd] = "mx6sxsabresd_config" |
| 36 | UBOOT_CONFIG[sd-optee] = "mx6sxsabresd_optee_config,sdcard" | 36 | UBOOT_CONFIG[sd-optee] = "mx6sxsabresd_optee_config" |
| 37 | UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config,sdcard" | 37 | UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config" |
| 38 | UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config" | 38 | UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config" |
| 39 | UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config" | 39 | UBOOT_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 | " |
| 60 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" | 60 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config" |
| 61 | UBOOT_CONFIG[sd-optee] = "mx6ul_14x14_evk_optee_config,sdcard" | 61 | UBOOT_CONFIG[sd-optee] = "mx6ul_14x14_evk_optee_config" |
| 62 | UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard" | 62 | UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config" |
| 63 | UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" | 63 | UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" |
| 64 | 64 | ||
| 65 | OPTEE_BIN_EXT = "6ulevk" | 65 | OPTEE_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 | " |
| 42 | UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" | 42 | UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config" |
| 43 | UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config,sdcard" | 43 | UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config" |
| 44 | UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config,sdcard" | 44 | UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config" |
| 45 | UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs" | 45 | UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs" |
| 46 | UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config" | 46 | UBOOT_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 | " |
| 35 | UBOOT_CONFIG[sd] = "mx6ulz_14x14_evk_config,sdcard" | 35 | UBOOT_CONFIG[sd] = "mx6ulz_14x14_evk_config" |
| 36 | UBOOT_CONFIG[sd-optee] = "mx6ulz_14x14_evk_optee_config,sdcard" | 36 | UBOOT_CONFIG[sd-optee] = "mx6ulz_14x14_evk_optee_config" |
| 37 | UBOOT_CONFIG[emmc] = "mx6ulz_14x14_evk_emmc_config,sdcard" | 37 | UBOOT_CONFIG[emmc] = "mx6ulz_14x14_evk_emmc_config" |
| 38 | UBOOT_CONFIG[nand] = "mx6ulz_14x14_evk_nand_config,ubifs" | 38 | UBOOT_CONFIG[nand] = "mx6ulz_14x14_evk_nand_config,ubifs" |
| 39 | UBOOT_CONFIG[qspi1] = "mx6ulz_14x14_evk_qspi1_config" | 39 | UBOOT_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 | " |
| 36 | UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" | 36 | UBOOT_CONFIG[sd] = "mx7dsabresd_config" |
| 37 | UBOOT_CONFIG[sd-optee] = "mx7dsabresd_optee_config,sdcard" | 37 | UBOOT_CONFIG[sd-optee] = "mx7dsabresd_optee_config" |
| 38 | UBOOT_CONFIG[nonsec] = "mx7dsabresd_nonsec_config,sdcard" | 38 | UBOOT_CONFIG[nonsec] = "mx7dsabresd_nonsec_config" |
| 39 | UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" | 39 | UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" |
| 40 | UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" | 40 | UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" |
| 41 | UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" | 41 | UBOOT_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 | " |
| 39 | UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard" | 39 | UBOOT_CONFIG[sd] = "mx7ulp_evk_config" |
| 40 | UBOOT_CONFIG[sd-optee] = "mx7ulp_evk_optee_config,sdcard" | 40 | UBOOT_CONFIG[sd-optee] = "mx7ulp_evk_optee_config" |
| 41 | UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" | 41 | UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config" |
| 42 | 42 | ||
| 43 | OPTEE_BIN_EXT = "7ulp" | 43 | OPTEE_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 | ||
| 35 | UBOOT_CONFIG ??= "sd" | 35 | UBOOT_CONFIG ??= "sd" |
| 36 | UBOOT_CONFIG_BASENAME = "imx8mn_ddr3l_evk" | 36 | UBOOT_CONFIG_BASENAME = "imx8mn_ddr3l_evk" |
| 37 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_config,sdcard" | 37 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_config" |
| 38 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" | 38 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 39 | 39 | ||
| 40 | SPL_BINARY = "spl/u-boot-spl.bin" | 40 | SPL_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" | |||
| 49 | UBOOT_SUFFIX = "bin" | 49 | UBOOT_SUFFIX = "bin" |
| 50 | 50 | ||
| 51 | UBOOT_CONFIG ??= "sd" | 51 | UBOOT_CONFIG ??= "sd" |
| 52 | UBOOT_CONFIG[sd] = "imx8mq_evk_config,sdcard" | 52 | UBOOT_CONFIG[sd] = "imx8mq_evk_config" |
| 53 | 53 | ||
| 54 | SPL_BINARY = "spl/u-boot-spl.bin" | 54 | SPL_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:" | |||
| 8 | require conf/machine/imx8mq-evk.conf | 8 | require conf/machine/imx8mq-evk.conf |
| 9 | 9 | ||
| 10 | UBOOT_CONFIG ??= "sd" | 10 | UBOOT_CONFIG ??= "sd" |
| 11 | UBOOT_CONFIG[sd] = "imx8mq_wevk_config,sdcard" | 11 | UBOOT_CONFIG[sd] = "imx8mq_wevk_config" |
| 12 | 12 | ||
| 13 | # Set imx-mkimage boot target | 13 | # Set imx-mkimage boot target |
| 14 | IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi" | 14 | IMXBOOT_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" | |||
| 95 | UBOOT_SUFFIX = "bin" | 95 | UBOOT_SUFFIX = "bin" |
| 96 | 96 | ||
| 97 | UBOOT_CONFIG ??= "sd" | 97 | UBOOT_CONFIG ??= "sd" |
| 98 | UBOOT_CONFIG[sd] = "imx8qm_mek_defconfig,sdcard" | 98 | UBOOT_CONFIG[sd] = "imx8qm_mek_defconfig" |
| 99 | UBOOT_CONFIG[fspi] = "imx8qm_mek_fspi_defconfig" | 99 | UBOOT_CONFIG[fspi] = "imx8qm_mek_fspi_defconfig" |
| 100 | 100 | ||
| 101 | IMX_BOOT_SEEK = "32" | 101 | IMX_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" | |||
| 39 | UBOOT_SUFFIX = "bin" | 39 | UBOOT_SUFFIX = "bin" |
| 40 | 40 | ||
| 41 | UBOOT_CONFIG ??= "sd" | 41 | UBOOT_CONFIG ??= "sd" |
| 42 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 42 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 43 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" | 43 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" |
| 44 | 44 | ||
| 45 | IMX_BOOT_SEEK = "32" | 45 | IMX_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" | |||
| 33 | UBOOT_SUFFIX = "bin" | 33 | UBOOT_SUFFIX = "bin" |
| 34 | 34 | ||
| 35 | UBOOT_CONFIG ??= "sd" | 35 | UBOOT_CONFIG ??= "sd" |
| 36 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 36 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 37 | 37 | ||
| 38 | SPL_BINARY = "spl/u-boot-spl.bin" | 38 | SPL_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" | |||
| 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 | ||
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" | |||
| 29 | UBOOT_SUFFIX = "bin" | 29 | UBOOT_SUFFIX = "bin" |
| 30 | 30 | ||
| 31 | UBOOT_CONFIG ??= "sd" | 31 | UBOOT_CONFIG ??= "sd" |
| 32 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 32 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 33 | UBOOT_CONFIG[ecc] = "${UBOOT_CONFIG_BASENAME}_inline_ecc_defconfig" | 33 | UBOOT_CONFIG[ecc] = "${UBOOT_CONFIG_BASENAME}_inline_ecc_defconfig" |
| 34 | 34 | ||
| 35 | SPL_BINARY = "spl/u-boot-spl.bin" | 35 | SPL_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 = "" | |||
| 19 | SPL_BINARY = "spl/u-boot-spl.bin" | 19 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 20 | 20 | ||
| 21 | UBOOT_CONFIG ??= "sd" | 21 | UBOOT_CONFIG ??= "sd" |
| 22 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 22 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 23 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" | 23 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 24 | UBOOT_CONFIG[nd] = "${UBOOT_CONFIG_BASENAME}_nd_defconfig" | 24 | UBOOT_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 | ||
| 46 | UBOOT_CONFIG ??= "sd" | 46 | UBOOT_CONFIG ??= "sd" |
| 47 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 47 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 48 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" | 48 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" |
| 49 | 49 | ||
| 50 | IMX_BOOT_SEEK = "32" | 50 | IMX_BOOT_SEEK = "32" |
