]> git.baikalelectronics.ru Git - uboot.git/commit
moveconfig: Allow regex matches when finding combinations
authorSimon Glass <sjg@chromium.org>
Tue, 8 Feb 2022 18:49:46 +0000 (11:49 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Feb 2022 17:05:44 +0000 (10:05 -0700)
commit56a038f5049c76f49eea2e10f7fc3309b1300187
tree8ab3302c5dff8d4cff9518218bb97d8ac7e16b79
parent0706fbfb77eb6eeaf500d38d822bc4e54f9811e2
moveconfig: Allow regex matches when finding combinations

It is useful to be able to search for CONFIG options that match a regex,
such as this, which lists boards which define SPL_FIT_GENERATOR and
anything not starting with ROCKCHIP:

   ./tools/moveconfig.py -f SPL_FIT_GENERATOR ~ROCKCHIP.*

Add support for this.

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