summaryrefslogtreecommitdiff
path: root/common/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.c')
-rw-r--r--common/system.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/system.c b/common/system.c
index c7918b96f6..9efb931baa 100644
--- a/common/system.c
+++ b/common/system.c
@@ -668,8 +668,7 @@ uint32_t flash_get_rw_offset(enum system_image_copy_t copy)
return CONFIG_EC_PROTECTED_STORAGE_OFF + CONFIG_RO_STORAGE_OFF;
}
-static const struct image_data *system_get_image_data(
- enum system_image_copy_t copy)
+const struct image_data *system_get_image_data(enum system_image_copy_t copy)
{
static struct image_data data;