[PATCH 3/5] buildman: Drop unused OUTPUT_FILE constant
Simon Glass
sjg at chromium.org
Sat Dec 14 19:20:22 CET 2024
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 at chromium.org>
---
tools/buildman/boards.py | 1 -
1 file changed, 1 deletion(-)
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'''#
--
2.34.1
More information about the U-Boot
mailing list