Tools: exclude iomcu from bootloader check
This commit is contained in:
parent
b51b59008b
commit
ce0583c7c8
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user