diff options
author | Simon Glass <sjg@chromium.org> | 2024-12-14 11:20:22 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-25 16:27:24 -0600 |
commit | dd7138dde7703e10d096c241f27c2c1f75fdd4d0 (patch) | |
tree | 0eabeabfb5fe01484dab16fd59d0eed3d0e8f685 /tools/buildman/boards.py | |
parent | 64d5a0550a148c9266f5f66538f0d56bb2278bef (diff) |
buildman: Drop unused OUTPUT_FILE constant
This is not actually used but its presence suggests that it is the
filename for the board database. Drop it to avoid confusion.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/boards.py')
-rw-r--r-- | tools/buildman/boards.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildman/boards.py b/tools/buildman/boards.py index 9e7b486656b..e7aa0d85a58 100644 --- a/tools/buildman/boards.py +++ b/tools/buildman/boards.py @@ -25,7 +25,6 @@ from u_boot_pylib import tools from u_boot_pylib import tout ### constant variables ### -OUTPUT_FILE = 'boards.cfg' CONFIG_DIR = 'configs' SLEEP_TIME = 0.03 COMMENT_BLOCK = f'''# |