[U-Boot] [PATCH] scripts/multiconfig.sh: Fix a typo

Masahiro YAMADA yamada.m at jp.panasonic.com
Wed Oct 1 17:52:11 CEST 2014


Hi York,


2014-10-02 0:44 GMT+09:00 York Sun <yorksun at freescale.com>:
> Fix the spelling of "configs".
>
> Signed-off-by: York Sun <yorksun at freescale.com>
> CC: Masahiro Yamada <yamada.m at jp.panasonic.com>
> ---
>  scripts/multiconfig.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh
> index 4a8737f..811fa6e 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



Acked-by: Masahiro Yamada <yamada.m at jp.panasonic.com>


-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list