summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.uncmd_spl
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-11-30 10:07:07 +0800
committerTom Rini <trini@konsulko.com>2017-12-04 10:23:53 -0500
commit448df354b0725093f857e15a4ab5e849c4ecf3e0 (patch)
tree1b9c59571b64c277c35d4d1b3715901a2823a169 /scripts/Makefile.uncmd_spl
parentaf4e6d3a03cf50c8aa635dd4479c0650f9745011 (diff)
downloadu-boot-448df354b0725093f857e15a4ab5e849c4ecf3e0.tar.gz
u-boot-448df354b0725093f857e15a4ab5e849c4ecf3e0.tar.xz
u-boot-448df354b0725093f857e15a4ab5e849c4ecf3e0.zip
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>
Diffstat (limited to 'scripts/Makefile.uncmd_spl')
-rw-r--r--scripts/Makefile.uncmd_spl2
1 files changed, 1 insertions, 1 deletions
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