git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d5a05
)
buildman: Drop unused OUTPUT_FILE constant
author
Simon Glass
<sjg@chromium.org>
Sat, 14 Dec 2024 18:20:22 +0000
(11:20 -0700)
committer
Tom Rini
<trini@konsulko.com>
Sat, 25 Jan 2025 22:27:24 +0000
(16:27 -0600)
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>
tools/buildman/boards.py
patch
|
blob
|
history
diff --git
a/tools/buildman/boards.py
b/tools/buildman/boards.py
index
9e7b486
..
e7aa0d8
100644
(file)
--- 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'''#