summaryrefslogtreecommitdiff
path: root/tools/buildman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-20 02:48:12 +0300
committerSimon Glass <sjg@chromium.org>2023-07-24 18:34:10 +0300
commit2ef88d634c50407ea748a4c8680bca03687a1a76 (patch)
tree95730ab5a0e6e2ceab332dc468d384522b7f82bb /tools/buildman
parent8dae07aa404a08297c1b0a3ae3963c7758026227 (diff)
downloadu-boot-2ef88d634c50407ea748a4c8680bca03687a1a76.tar.xz
buildman: Rename the ARM boards
Use names consistent with their target names. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman')
-rw-r--r--tools/buildman/func_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildman/func_test.py b/tools/buildman/func_test.py
index ebd78f225e..aa7f69a546 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', ''],
]