On Mon, May 15, 2017 at 05:47:33AM -0600, Simon Glass wrote:
> The newest clean-up features are not mentioned in the docs. Fix this and
> add a few hints for particular workflows that are hopefully helpful.
> 
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
> 
>  tools/moveconfig.py | 18 ++++++++++++++++--
>  1 file changed, 16 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/moveconfig.py b/tools/moveconfig.py
> index 7a302d9404..059abb8858 100755
> --- a/tools/moveconfig.py
> +++ b/tools/moveconfig.py
> @@ -115,6 +115,19 @@ use your own.  Instead of modifying the list directly, 
> you can give
>  them via environments.
>  
>  
> +Tips and trips
> +--------------
> +
> +To sync only X86 defconfigs:
> +
> +   grep -l X86 configs/* | ./tools/moveconfig.py -s -d -

To concrete my last comment:
./tools/moveconfig.py -s -d <(grep -l X86 configs/*)

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to