buildman: Rename the ARM boards
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:12 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
Use names consistent with their target names.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/func_test.py

index ebd78f2..aa7f69a 100644 (file)
@@ -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', ''],
 ]