summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx8mn-evk.inc
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/machine/include/imx8mn-evk.inc
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/machine/include/imx8mn-evk.inc')
-rw-r--r--conf/machine/include/imx8mn-evk.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc
index 51ea10c5f..11657bcce 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