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>
This commit is contained in:
parent
af4e6d3a03
commit
448df354b0
|
|
@ -9,7 +9,7 @@ ifdef CONFIG_SPL_BUILD
|
||||||
ifndef CONFIG_SPL_DM
|
ifndef CONFIG_SPL_DM
|
||||||
CONFIG_DM_SERIAL=
|
CONFIG_DM_SERIAL=
|
||||||
CONFIG_DM_GPIO=
|
CONFIG_DM_GPIO=
|
||||||
CONIFG_DM_I2C=
|
CONFIG_DM_I2C=
|
||||||
CONFIG_DM_SPI=
|
CONFIG_DM_SPI=
|
||||||
CONFIG_DM_SPI_FLASH=
|
CONFIG_DM_SPI_FLASH=
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue