projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c429c
)
scripts/multiconfig.sh: Fix a typo
author
York Sun
<yorksun@freescale.com>
Wed, 1 Oct 2014 15:44:55 +0000
(08:44 -0700)
committer
Tom Rini
<trini@ti.com>
Fri, 10 Oct 2014 13:44:45 +0000
(09:44 -0400)
Fix the spelling of "configs".
Signed-off-by: York Sun <yorksun@freescale.com>
CC: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
scripts/multiconfig.sh
patch
|
blob
|
history
diff --git
a/scripts/multiconfig.sh
b/scripts/multiconfig.sh
index
3dadd71
..
3a963c7
100644
(file)
--- a/
scripts/multiconfig.sh
+++ b/
scripts/multiconfig.sh
@@
-120,7
+120,7
@@
do_board_defconfig () {
if [ ! -r $defconfig_path ]; then
echo >&2 "***"
- echo >&2 "*** Can't find default configuration \"confis/$1\"!"
+ echo >&2 "*** Can't find default configuration \"confi
g
s/$1\"!"
echo >&2 "***"
exit 1
fi