diff options
author | York Sun <yorksun@freescale.com> | 2014-10-01 08:44:55 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 09:44:45 -0400 |
commit | 703a08f2b33b92f64277b0d06d10cc83bdc617f3 (patch) | |
tree | 1ae9f232573a7b7eedcaefa172db562e1dcc6c02 /scripts | |
parent | 16c429c9ea91b9ccbd567ee45b7b7e4bc0778640 (diff) | |
download | u-boot-imx-703a08f2b33b92f64277b0d06d10cc83bdc617f3.zip u-boot-imx-703a08f2b33b92f64277b0d06d10cc83bdc617f3.tar.gz u-boot-imx-703a08f2b33b92f64277b0d06d10cc83bdc617f3.tar.bz2 |
scripts/multiconfig.sh: Fix a typo
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/multiconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh index 3dadd71..3a963c7 100644 --- 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 \"configs/$1\"!" echo >&2 "***" exit 1 fi |