Hi Simon,

2016-08-25 1:51 GMT+09:00 Simon Glass <s...@chromium.org>:
> At present it is not easy to use moveconfig from a script since it asks
> for user input a few times. Add a -y option to skip this and assume that
> 'y' was entered.


You can do as follows:

  yes | tools/moveconfig CONFIG_FOO CONFIG_BAR


If you want to respond 'no' to any prompts,

  yes n | tools/moveconfig CONFIG_FOO CONFIG_BAR




I do not mind it if people want to do it in a self-contained way, though.



-- 
Best Regards
Masahiro Yamada
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to