[PATCH v4 04/83] buildman: Rename the ARM boards

Simon Glass sjg at chromium.org
Thu Jul 20 01:48:12 CEST 2023


Use names consistent with their target names.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v3)

Changes in v3:
- Add new patch to rename the ARM boards

 tools/buildman/func_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/buildman/func_test.py b/tools/buildman/func_test.py
index ebd78f225e1a..aa7f69a54691 100644
--- a/tools/buildman/func_test.py
+++ b/tools/buildman/func_test.py
@@ -38,8 +38,8 @@ chromeos_peach=VBOOT=${chroot}/build/peach_pit/usr ${vboot}
 '''
 
 BOARDS = [
-    ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 1', 'board0',  ''],
-    ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 2', 'board1', ''],
+    ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 0', 'board0',  ''],
+    ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 1', 'board1', ''],
     ['Active', 'powerpc', 'powerpc', '', 'Tester', 'PowerPC board 1', 'board2', ''],
     ['Active', 'sandbox', 'sandbox', '', 'Tester', 'Sandbox board', 'board4', ''],
 ]
-- 
2.41.0.487.g6d72f3e995-goog



More information about the U-Boot mailing list