mirror of
https://github.com/ARM-software/devlib.git
synced 2025-06-19 05:25:12 +01:00
platfrom: Add 'A73' to list of 'big' cpus
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import logging
|
||||
|
||||
|
||||
BIG_CPUS = ['A15', 'A57', 'A72']
|
||||
BIG_CPUS = ['A15', 'A57', 'A72', 'A73']
|
||||
|
||||
|
||||
class Platform(object):
|
||||
|
Reference in New Issue
Block a user