]> git.ipfire.org Git - people/ms/u-boot.git/commit
moveconfig: Tidy up imply flag parsing
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jul 2017 20:47:46 +0000 (14:47 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:46 +0000 (22:22 -0400)
commitdee36c74ea39f3b9160759b850a22d53222ab4ce
tree6c1f871a72458de7a303b33e37af5c19b31c5a2d
parent7fe463f54f36b583f8577b321ab9f4c09c1a1a5d
moveconfig: Tidy up imply flag parsing

Add an option to specify 'all' to enable all flags. Also print an error
if an unrecognised flag is used. At present it just prints usage
information which is not very helpful.

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