commit | d5737b3f6a0239caf2dd5578a4bc8ebfccfdee3b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 14 16:40:28 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 13:54:33 2023 -0400 |
tree | e386f9e48e4b11213c1ae52634ed066f44e121af | |
parent | 8d0f890a0b9b0f7bf0b529f18f81a45ec6f64eb1 [diff] |
expo: Tidy up the expo.py tool and usage Tidy up this tool a little: - define which arguments are needed - split the enum values out into a header file - warn if no enum values are found - display the dtc error if something goes wrong - avoid a Python traceback on error Signed-off-by: Simon Glass <sjg@chromium.org>