mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 10:10:46 +00:00
platfrom: Add 'A73' to list of 'big' cpus
This commit is contained in:
parent
2954a73c1c
commit
ead0c90069
@ -1,7 +1,7 @@
|
||||
import logging
|
||||
|
||||
|
||||
BIG_CPUS = ['A15', 'A57', 'A72']
|
||||
BIG_CPUS = ['A15', 'A57', 'A72', 'A73']
|
||||
|
||||
|
||||
class Platform(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user