1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

platfrom: Add 'A73' to list of 'big' cpus

This commit is contained in:
Marc Bonnici 2018-01-23 13:11:37 +00:00 committed by setrofim
parent 2954a73c1c
commit ead0c90069

View File

@ -1,7 +1,7 @@
import logging
BIG_CPUS = ['A15', 'A57', 'A72']
BIG_CPUS = ['A15', 'A57', 'A72', 'A73']
class Platform(object):