[U-Boot] [PATCH v2 1/6] moveconfig: Support providing a path to the defconfig files
sjg at google.com
sjg at google.com
Thu Jun 15 19:21:28 UTC 2017
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 at chromium.org>
---
Changes in v2:
- Drop unrelated change of line continuation to brackets
tools/moveconfig.py | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list