[U-Boot] [PATCH v2 5/6] moveconfig: Support building a simple config database
sjg at google.com
sjg at google.com
Thu Jun 15 19:21:21 UTC 2017
Add a -b option which scans all the defconfigs and builds a database of
all the CONFIG options used by each. This is useful for querying later.
At present this only works with the separate -b option, which does not
move any configs. It would be possible to adjust the script to build the
database automatically when moving configs, but this might not be useful
as the database does not change that often.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
tools/moveconfig.py | 81 ++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 74 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list