[PATCH 12/24] qconfig: Move converting config args to the top

Simon Glass sjg at chromium.org
Fri Jul 26 14:59:05 CEST 2024


Move this check to the top, so it happens always. There is no harm to
doing this earlier and it separates the setup from actual program logic.

Update the arg rather than adding a new variable, with the new variable
only created when moving or building, since it is used more heavily.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/qconfig.py | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list