Tools: exclude iomcu from bootloader check

This commit is contained in:
Peter Barker 2023-01-26 11:31:06 +11:00 committed by Peter Barker
parent b51b59008b
commit ce0583c7c8

View File

@ -112,6 +112,7 @@ class SizeCompareBranches(object):
# TODO: find a way to get this information from board_list:
self.bootloader_blacklist = frozenset([
'skyviper-v2450',
'iomcu',
])
def find_bin_dir(self):