summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bono <bono.michele94@gmail.com>2019-03-05 10:07:40 +0100
committerMichele Bono <bono.michele94@gmail.com>2019-08-27 10:08:36 +0200
commitf3113d0cc8fd5e4db46b31bc055d3fb5c6b1e6f1 (patch)
tree7a88e4b3fc4ed44275d679a3dbcf2eb9eaec2752
parent30e9d31b2316ec784d94be0d32f4f7a52a034bf3 (diff)
shamu: add assert for ota serviceHEADp9.0
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9b64e757..797a2845 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -61,6 +61,9 @@ ifeq ($(HOST_OS),linux)
endif
endif
+# Assertions
+TARGET_OTA_ASSERT_DEVICE := shamu
+
# EGL
# Maximum GLES shader cache size for each app to store the compiled shader
# binaries. Decrease the size if RAM or Flash Storage size is a limitation