commit | 25f978cb1c55d2ff52db2aeaa1eacd84eec115db | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 19:38:58 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:19 2017 -0600 |
tree | 1bed695a32b451810bd78309d54fd8505a2e5480 | |
parent | 69aaec0bca6a0283d21453e1b18e407a9f20b69a [diff] |
moveconfig: Support providing a path to the defconfig files It is convenient to provide the full patch to the defconfig files in some situations, e.g. when the file was generated by a shell command (e.g. 'ls configs/zynq*'). Add support for this, and move the globbing code into a function with its own documentation. Signed-off-by: Simon Glass <sjg@chromium.org>