commit | 655314e58a73064e824a93a4f3e11be2ff282f9e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 11 16:18:20 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | df03b09e7a301b50628c8f9dcf92fbc021745d8a | |
parent | 32f12a7e5743f7ed493cf785f7f07cc93c9b399e [diff] |
u_boot_pylib: Support a fatal level in tout It is convenient to be able to print a message and exit. Add a new 'fatal' level to support this. Update some assumptions about the level, so that the tools continue to work as now. Signed-off-by: Simon Glass <sjg@chromium.org>