From: Peng Fan <peng.fan@nxp.com>
Date: Thu, 30 Nov 2017 02:07:07 +0000 (+0800)
Subject: scripts: spl: fix typo
X-Git-Tag: v2025.01-rc5-pxa1908~5289
X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=448df354b0725093f857e15a4ab5e849c4ecf3e0;p=u-boot.git

scripts: spl: fix typo

Typo fix: CONIFG->CONFIG

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl
index 15d0836b49..b3994110dc 100644
--- a/scripts/Makefile.uncmd_spl
+++ b/scripts/Makefile.uncmd_spl
@@ -9,7 +9,7 @@ ifdef CONFIG_SPL_BUILD
 ifndef CONFIG_SPL_DM
 CONFIG_DM_SERIAL=
 CONFIG_DM_GPIO=
-CONIFG_DM_I2C=
+CONFIG_DM_I2C=
 CONFIG_DM_SPI=
 CONFIG_DM_SPI_FLASH=
 endif