aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/post-build-lava.py
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/post-build-lava.py')
-rwxr-xr-xbuild-scripts/post-build-lava.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index 6443aae..5f3cccc 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -36,6 +36,9 @@ PRODUCT_MAP = {
"vexpress_rtsm": {
"test_device_type": "rtsm_ve-a15x4-a7x4",
},
+ "full_maguro": {
+ "test_device_type": "nexus",
+ },
}
OPTION_SUFFIX = "_OPTION"