diff options
author | Tom Rini <trini@konsulko.com> | 2025-01-25 16:27:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-25 16:28:27 -0600 |
commit | 292278d6828e6c8c6ae11bc8658586d1acc411d4 (patch) | |
tree | 89849177b7422c6ae8152c3a11ac9eee2ec9afd0 /tools/buildman/boards.py | |
parent | 0e198ff1a9114763af3e82e7abf884ee1da4e64f (diff) | |
parent | 1135dc50a3e1192ee6b68e788e716c6548dc7a50 (diff) |
Merge patch series "gitlab: Fixes to get StarFive VisionFive2 into the sjg lab"
Simon Glass <sjg@chromium.org> says:
This board fought valiantly against attempts to add it to my lab. After
several hours of debugging, I found problems in the Labgrid integration
(not included here), test.py and buildman
This series fixes these and the board now seems to be reliable enough.
Note that the board fails test_dm_compat
Link: https://github.com/labgrid-project/labgrid/pull/1411
Link: https://lore.kernel.org/r/20241214182024.1954974-1-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'''# |