]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Move converting config args to the top
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:57:00 +0000 (16:57 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commitfd35fbe22261f4f64bd83097bb10e7db323f54b9
treee5a7f1d480bbd1f122ac4e593710042ec9b5713c
parentc50b6f18f31d461d30183460d83e13eef49d993b
qconfig: Move converting config args to the top

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@chromium.org>
tools/qconfig.py