summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-07-11 11:59:45 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-07-11 12:05:20 -0700
commitccf7f4c0eb683a0f9417769e668833cb807a9ff8 (patch)
treeed215a6704c5ce20bc6abcb64efcc1d0ee1dd680 /conf
parent8525a1ab5cb5a536ff7c42a69c8a8cde1a2226a3 (diff)
downloadmeta-freescale-ccf7f4c0eb683a0f9417769e668833cb807a9ff8.tar.gz
imx*.conf: Drop unused UBOOT_CONFIG[mfgtool]
UBOOT_CONFIG[mfgtool] is no longer used since the following: 88399694 linux-*-mfgtool, u-boot-*-mfgtool: Remove specific recipes Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6qdlsabreauto.conf1
-rw-r--r--conf/machine/imx6qdlsabresd.conf1
-rw-r--r--conf/machine/imx6slevk.conf1
-rw-r--r--conf/machine/imx6sllevk.conf1
-rw-r--r--conf/machine/imx6sxsabreauto.conf1
-rw-r--r--conf/machine/imx6sxsabresd.conf1
-rw-r--r--conf/machine/imx6ulevk.conf1
-rw-r--r--conf/machine/imx6ullevk.conf1
-rw-r--r--conf/machine/imx7dsabresd.conf1
-rw-r--r--conf/machine/imx7ulpevk.conf1
-rw-r--r--conf/machine/imx8mq-evk.conf1
-rw-r--r--conf/machine/imx8qm-mek.conf1
-rw-r--r--conf/machine/include/imx8mm-evk.inc1
-rw-r--r--conf/machine/include/imx8mn-evk.inc1
-rw-r--r--conf/machine/include/imx8mp-evk.inc1
15 files changed, 0 insertions, 15 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf
index e8fcf13b..eb521579 100644
--- a/conf/machine/imx6qdlsabreauto.conf
+++ b/conf/machine/imx6qdlsabreauto.conf
@@ -54,7 +54,6 @@ UBOOT_CONFIG[eimnor] = "${UBOOT_CONFIG_MACHINE_NAME}_eimnor_defconfig"
54UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_MACHINE_NAME}_nand_defconfig,ubifs" 54UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_MACHINE_NAME}_nand_defconfig,ubifs"
55UBOOT_CONFIG[spinor] = "${UBOOT_CONFIG_MACHINE_NAME}_spinor_defconfig" 55UBOOT_CONFIG[spinor] = "${UBOOT_CONFIG_MACHINE_NAME}_spinor_defconfig"
56UBOOT_CONFIG[sata] = "${UBOOT_CONFIG_MACHINE_NAME}_sata_defconfig" 56UBOOT_CONFIG[sata] = "${UBOOT_CONFIG_MACHINE_NAME}_sata_defconfig"
57UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig"
58 57
59# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC 58# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
60# variants. Change the defconfig to the targeted SoC variant. 59# variants. Change the defconfig to the targeted SoC variant.
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index 415b003c..580a57c6 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -60,7 +60,6 @@ UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx"
60UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard" 60UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig,sdcard"
61UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard" 61UBOOT_CONFIG[sd-optee] = "${UBOOT_CONFIG_MACHINE_NAME}_optee_defconfig,sdcard"
62UBOOT_CONFIG[sata] = "${UBOOT_CONFIG_MACHINE_NAME}_sata_defconfig" 62UBOOT_CONFIG[sata] = "${UBOOT_CONFIG_MACHINE_NAME}_sata_defconfig"
63UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_MACHINE_NAME}_defconfig"
64 63
65# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC 64# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
66# variants. Change the defconfig to the targeted SoC variant. 65# variants. Change the defconfig to the targeted SoC variant.
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf
index 976e6a3a..601fa303 100644
--- a/conf/machine/imx6slevk.conf
+++ b/conf/machine/imx6slevk.conf
@@ -28,7 +28,6 @@ UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"
28UBOOT_CONFIG[sd-optee] = "mx6slevk_optee_config,sdcard" 28UBOOT_CONFIG[sd-optee] = "mx6slevk_optee_config,sdcard"
29UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config" 29UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config"
30UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" 30UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config"
31UBOOT_CONFIG[mfgtool] = "mx6slevk_config"
32 31
33OPTEE_BIN_EXT = "6slevk" 32OPTEE_BIN_EXT = "6slevk"
34 33
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
index 43564aea..96f077cb 100644
--- a/conf/machine/imx6sllevk.conf
+++ b/conf/machine/imx6sllevk.conf
@@ -24,7 +24,6 @@ UBOOT_CONFIG ??= " \
24UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard" 24UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard"
25UBOOT_CONFIG[sd-optee] = "mx6sllevk_optee_config,sdcard" 25UBOOT_CONFIG[sd-optee] = "mx6sllevk_optee_config,sdcard"
26UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config" 26UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config"
27UBOOT_CONFIG[mfgtool] = "mx6sllevk_config"
28 27
29OPTEE_BIN_EXT:imx6sllevk = "6sllevk" 28OPTEE_BIN_EXT:imx6sllevk = "6sllevk"
30 29
diff --git a/conf/machine/imx6sxsabreauto.conf b/conf/machine/imx6sxsabreauto.conf
index 69bc901b..e51d5d49 100644
--- a/conf/machine/imx6sxsabreauto.conf
+++ b/conf/machine/imx6sxsabreauto.conf
@@ -23,7 +23,6 @@ UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard"
23UBOOT_CONFIG[sd-optee] = "mx6sxsabreauto_optee_config,sdcard" 23UBOOT_CONFIG[sd-optee] = "mx6sxsabreauto_optee_config,sdcard"
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"
26UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config"
27 26
28OPTEE_BIN_EXT = "6sxauto" 27OPTEE_BIN_EXT = "6sxauto"
29 28
diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf
index 45d6e265..56e2ac9d 100644
--- a/conf/machine/imx6sxsabresd.conf
+++ b/conf/machine/imx6sxsabresd.conf
@@ -37,7 +37,6 @@ UBOOT_CONFIG[sd-optee] = "mx6sxsabresd_optee_config,sdcard"
37UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config,sdcard" 37UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config,sdcard"
38UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config" 38UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config"
39UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config" 39UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config"
40UBOOT_CONFIG[mfgtool] = "mx6sxsabresd_config"
41 40
42OPTEE_BIN_EXT = "6sxsdb" 41OPTEE_BIN_EXT = "6sxsdb"
43 42
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
index 4232ce89..5be340bd 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -50,6 +50,5 @@ UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"
50UBOOT_CONFIG[sd-optee] = "mx6ul_14x14_evk_optee_config,sdcard" 50UBOOT_CONFIG[sd-optee] = "mx6ul_14x14_evk_optee_config,sdcard"
51UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard" 51UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard"
52UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" 52UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"
53UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config"
54 53
55OPTEE_BIN_EXT = "6ulevk" 54OPTEE_BIN_EXT = "6ulevk"
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
index d2b4843a..a773bb6a 100644
--- a/conf/machine/imx6ullevk.conf
+++ b/conf/machine/imx6ullevk.conf
@@ -34,6 +34,5 @@ UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config,sdcard"
34UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config,sdcard" 34UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config,sdcard"
35UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs" 35UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs"
36UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config" 36UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config"
37UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config"
38 37
39OPTEE_BIN_EXT = "6ullevk" 38OPTEE_BIN_EXT = "6ullevk"
diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf
index f85505ae..7bea7b83 100644
--- a/conf/machine/imx7dsabresd.conf
+++ b/conf/machine/imx7dsabresd.conf
@@ -38,7 +38,6 @@ UBOOT_CONFIG[nonsec] = "mx7dsabresd_nonsec_config,sdcard"
38UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" 38UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config"
39UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" 39UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs"
40UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" 40UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config"
41UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config"
42 41
43OPTEE_BIN_EXT = "7dsdb" 42OPTEE_BIN_EXT = "7dsdb"
44 43
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf
index 9e677cf7..6825669f 100644
--- a/conf/machine/imx7ulpevk.conf
+++ b/conf/machine/imx7ulpevk.conf
@@ -38,7 +38,6 @@ UBOOT_CONFIG ??= " \
38UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard" 38UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard"
39UBOOT_CONFIG[sd-optee] = "mx7ulp_evk_optee_config,sdcard" 39UBOOT_CONFIG[sd-optee] = "mx7ulp_evk_optee_config,sdcard"
40UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" 40UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard"
41UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config"
42 41
43OPTEE_BIN_EXT = "7ulp" 42OPTEE_BIN_EXT = "7ulp"
44 43
diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf
index 1635dbc5..92a436e5 100644
--- a/conf/machine/imx8mq-evk.conf
+++ b/conf/machine/imx8mq-evk.conf
@@ -50,7 +50,6 @@ UBOOT_SUFFIX = "bin"
50 50
51UBOOT_CONFIG ??= "sd" 51UBOOT_CONFIG ??= "sd"
52UBOOT_CONFIG[sd] = "imx8mq_evk_config,sdcard" 52UBOOT_CONFIG[sd] = "imx8mq_evk_config,sdcard"
53UBOOT_CONFIG[mfgtool] = "imx8mq_evk_config"
54 53
55SPL_BINARY = "spl/u-boot-spl.bin" 54SPL_BINARY = "spl/u-boot-spl.bin"
56 55
diff --git a/conf/machine/imx8qm-mek.conf b/conf/machine/imx8qm-mek.conf
index 6847585d..5dea4e41 100644
--- a/conf/machine/imx8qm-mek.conf
+++ b/conf/machine/imx8qm-mek.conf
@@ -63,7 +63,6 @@ UBOOT_SUFFIX = "bin"
63UBOOT_CONFIG ??= "sd" 63UBOOT_CONFIG ??= "sd"
64UBOOT_CONFIG[sd] = "imx8qm_mek_defconfig,sdcard" 64UBOOT_CONFIG[sd] = "imx8qm_mek_defconfig,sdcard"
65UBOOT_CONFIG[fspi] = "imx8qm_mek_fspi_defconfig" 65UBOOT_CONFIG[fspi] = "imx8qm_mek_fspi_defconfig"
66UBOOT_CONFIG[mfgtool] = "imx8qm_mek_defconfig"
67 66
68IMX_BOOT_SEEK = "32" 67IMX_BOOT_SEEK = "32"
69 68
diff --git a/conf/machine/include/imx8mm-evk.inc b/conf/machine/include/imx8mm-evk.inc
index 42163094..442f4477 100644
--- a/conf/machine/include/imx8mm-evk.inc
+++ b/conf/machine/include/imx8mm-evk.inc
@@ -34,7 +34,6 @@ UBOOT_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,sdcard"
37UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig"
38 37
39SPL_BINARY = "spl/u-boot-spl.bin" 38SPL_BINARY = "spl/u-boot-spl.bin"
40 39
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc
index 51ea10c5..11657bcc 100644
--- a/conf/machine/include/imx8mn-evk.inc
+++ b/conf/machine/include/imx8mn-evk.inc
@@ -38,7 +38,6 @@ UBOOT_CONFIG ??= "sd"
38UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 38UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard"
39UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" 39UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig"
40UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig" 40UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig"
41UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig"
42 41
43SPL_BINARY = "spl/u-boot-spl.bin" 42SPL_BINARY = "spl/u-boot-spl.bin"
44 43
diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc
index e7c15e41..24e5588f 100644
--- a/conf/machine/include/imx8mp-evk.inc
+++ b/conf/machine/include/imx8mp-evk.inc
@@ -31,7 +31,6 @@ UBOOT_SUFFIX = "bin"
31UBOOT_CONFIG ??= "sd" 31UBOOT_CONFIG ??= "sd"
32UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 32UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard"
33UBOOT_CONFIG[ecc] = "${UBOOT_CONFIG_BASENAME}_inline_ecc_defconfig" 33UBOOT_CONFIG[ecc] = "${UBOOT_CONFIG_BASENAME}_inline_ecc_defconfig"
34UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig"
35 34
36SPL_BINARY = "spl/u-boot-spl.bin" 35SPL_BINARY = "spl/u-boot-spl.bin"
37 36