summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTzu-Jung Lee <roylee17@currantlabs.com>2015-10-23 21:19:38 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:21 -0300
commitfc440bb9e9d3814ef9fb5235d4db2d2fcc171952 (patch)
tree899fe3a333413ba420cf12d27093494998646ecd
parent75358e9d0edfeb0cfcdc95b6fd94a0d275dbcff8 (diff)
downloadmeta-freescale-fc440bb9e9d3814ef9fb5235d4db2d2fcc171952.tar.gz
imx7dsabresd: fix typo of mfgtool config
Signed-off-by: Tzu-Jung Lee <roylee17@currantlabs.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx7dsabresd.conf2
1 files changed, 1 insertions, 1 deletions
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"
20UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" 20UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard"
21UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" 21UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config"
22UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" 22UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs"
23UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config_config" 23UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config"