mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
16c429c9ea
commit
703a08f2b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue