[PATCH 02/24] moveconfig: Allow regex matches when finding combinations
Simon Glass
sjg at chromium.org
Wed Feb 23 03:35:11 CET 2022
On 08/02/2022 21:49, Simon Glass wrote:
> 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 at chromium.org>
> ---
>
> tools/moveconfig.py | 24 ++++++++++++++++++++++--
> 1 file changed, 22 insertions(+), 2 deletions(-)
>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list