From: Simon Glass Date: Wed, 19 Jul 2023 23:48:12 +0000 (-0600) Subject: buildman: Rename the ARM boards X-Git-Tag: v2025.01-rc5-pxa1908~924^2~79 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=2ef88d634c50407ea748a4c8680bca03687a1a76;p=u-boot.git buildman: Rename the ARM boards Use names consistent with their target names. Signed-off-by: Simon Glass --- 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', ''], ]