diff options
author | Peng Fan | 2017-11-30 10:07:07 +0800 |
---|---|---|
committer | Tom Rini | 2017-12-04 10:23:53 -0500 |
commit | 448df354b0725093f857e15a4ab5e849c4ecf3e0 (patch) | |
tree | 1b9c59571b64c277c35d4d1b3715901a2823a169 /scripts/Makefile.uncmd_spl | |
parent | af4e6d3a03cf50c8aa635dd4479c0650f9745011 (diff) |
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_spl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl index 15d0836b49a..b3994110dc7 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 |