commit | fd35fbe22261f4f64bd83097bb10e7db323f54b9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 17 16:57:00 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 26 08:01:06 2024 -0600 |
tree | e5a7f1d480bbd1f122ac4e593710042ec9b5713c | |
parent | c50b6f18f31d461d30183460d83e13eef49d993b [diff] |
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>