[U-Boot] [PATCH] tools: moveconfig: cleanup whitelist entries

Masahiro Yamada yamada.masahiro at socionext.com
Fri Apr 28 16:10:17 UTC 2017


2017-04-28 10:13 GMT+09:00 Chris Packham <judge.packham at gmail.com>:
> After moving to KConfig and removing from all headers options should be
> removed from config_whitelist.txt so the build starts complaining if
> someone adds them back.
>
> Signed-off-by: Chris Packham <judge.packham at gmail.com>
> ---
> Simon asked for it so here you go. I also thought about cleaning up the
> README file references too but that will take a little bit of work to
> parse reliably.
>
>  tools/moveconfig.py | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>
> diff --git a/tools/moveconfig.py b/tools/moveconfig.py
> index dcca0ec..f8a39d9 100755
> --- a/tools/moveconfig.py
> +++ b/tools/moveconfig.py
> @@ -601,6 +601,33 @@ def cleanup_extra_options(configs, options):
>          cleanup_one_extra_option(os.path.join('configs', defconfig), configs,
>                                   options)
>
> +def cleanup_whitelist(configs, options):
> +    """Delete config whitelist entried

s/entried/entries/

Otherwise,

Acked-by: Masahiro Yamada <yamada.masahiro at socionext.com>




-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list