From fc440bb9e9d3814ef9fb5235d4db2d2fcc171952 Mon Sep 17 00:00:00 2001 From: Tzu-Jung Lee Date: Fri, 23 Oct 2015 21:19:38 +0000 Subject: [PATCH] imx7dsabresd: fix typo of mfgtool config Signed-off-by: Tzu-Jung Lee Signed-off-by: Otavio Salvador --- conf/machine/imx7dsabresd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index f59a5956..ce83553b 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/conf/machine/imx7dsabresd.conf @@ -20,4 +20,4 @@ UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" -UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config_config" +UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config" -- 2.40.1