projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4e6d3
)
scripts: spl: fix typo
author
Peng Fan
<peng.fan@nxp.com>
Thu, 30 Nov 2017 02:07:07 +0000
(10:07 +0800)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/scripts/Makefile.uncmd_spl
b/scripts/Makefile.uncmd_spl
index 15d0836b49a9079122d72e5a05d30027c586fe6c..b3994110dc7437960f38ec0557891a78b0f525b4 100644
(file)
--- 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=
-CON
IF
G_DM_I2C=
+CON
FI
G_DM_I2C=
CONFIG_DM_SPI=
CONFIG_DM_SPI_FLASH=
endif