]> git.ipfire.org Git - people/ms/u-boot.git/commit
moveconfig: Allow reading the defconfig list from stdin
authorSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 01:38:59 +0000 (19:38 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commitee4e61bda4b5187d2e098accbc166b9f09c94814
tree7d49f0666a54cf5f6c462b99b9789438c6b896fd
parent25f978cb1c55d2ff52db2aeaa1eacd84eec115db
moveconfig: Allow reading the defconfig list from stdin

Support passes in a defconfig filename of '-' to read the list from stdin
instead of from a file.

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