scripts: spl: fix typo
authorPeng Fan <peng.fan@nxp.com>
Thu, 30 Nov 2017 02:07:07 +0000 (10:07 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 4 Dec 2017 15:23:53 +0000 (10:23 -0500)
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>
scripts/Makefile.uncmd_spl

index 15d0836b49a9079122d72e5a05d30027c586fe6c..b3994110dc7437960f38ec0557891a78b0f525b4 100644 (file)
@@ -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