summaryrefslogtreecommitdiff
path: root/common/ec_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ec_features.c')
-rw-r--r--common/ec_features.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ec_features.c b/common/ec_features.c
index cab83df503..ff97df44cf 100644
--- a/common/ec_features.c
+++ b/common/ec_features.c
@@ -119,6 +119,9 @@ uint32_t get_feature_flags1(void)
#ifdef CONFIG_HOST_EVENT64
| EC_FEATURE_MASK_1(EC_FEATURE_HOST_EVENT64)
#endif
+#ifdef CONFIG_EXTERNAL_STORAGE
+ | EC_FEATURE_MASK_1(EC_FEATURE_EXEC_IN_RAM)
+#endif
;
#ifdef CONFIG_EC_FEATURE_BOARD_OVERRIDE
result = board_override_feature_flags1(result);