moveconfig: Add an option to skip prompts
authorSimon Glass <sjg@chromium.org>
Tue, 13 Sep 2016 05:18:20 +0000 (23:18 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2016 21:03:14 +0000 (17:03 -0400)
commit6b403dfd2e0de791b1c635460e04791162e70ba0
treee68d7bded3de44692faf23d8895170a0059d4891
parent14476ddee27aa88798b7e03c1844e20ff9d98a02
moveconfig: Add an option to skip prompts

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.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/moveconfig.py