From 448df354b0725093f857e15a4ab5e849c4ecf3e0 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 30 Nov 2017 10:07:07 +0800 Subject: [PATCH] scripts: spl: fix typo Typo fix: CONIFG->CONFIG Signed-off-by: Peng Fan Cc: Tom Rini Cc: Simon Glass Reviewed-by: Simon Glass --- scripts/Makefile.uncmd_spl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl index 15d0836..b399411 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