mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-16 15:02:16 +01: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
@ -120,7 +120,7 @@ do_board_defconfig () {
|
|||||||
|
|
||||||
if [ ! -r $defconfig_path ]; then
|
if [ ! -r $defconfig_path ]; then
|
||||||
echo >&2 "***"
|
echo >&2 "***"
|
||||||
echo >&2 "*** Can't find default configuration \"confis/$1\"!"
|
echo >&2 "*** Can't find default configuration \"configs/$1\"!"
|
||||||
echo >&2 "***"
|
echo >&2 "***"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user