mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 10:10:46 +00:00
platform/arm: propagate model parameter
VExpress platforms were not updated to handle "model" parameter when it was added to Platfrom.
This commit is contained in:
parent
0f2ac2589f
commit
a01418b075
@ -33,6 +33,7 @@ class VersatileExpressPlatform(Platform):
|
||||
core_names=None,
|
||||
core_clusters=None,
|
||||
big_core=None,
|
||||
model=None,
|
||||
modules=None,
|
||||
|
||||
# serial settings
|
||||
@ -61,6 +62,7 @@ class VersatileExpressPlatform(Platform):
|
||||
core_names,
|
||||
core_clusters,
|
||||
big_core,
|
||||
model,
|
||||
modules)
|
||||
self.serial_port = serial_port
|
||||
self.baudrate = baudrate
|
||||
|
Loading…
x
Reference in New Issue
Block a user