summaryrefslogtreecommitdiff
path: root/chip/g/factory_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/factory_config.c')
-rw-r--r--chip/g/factory_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/factory_config.c b/chip/g/factory_config.c
index 4e30b79e8c..8ead8dae67 100644
--- a/chip/g/factory_config.c
+++ b/chip/g/factory_config.c
@@ -25,7 +25,7 @@ static int factory_config_is_blank(uint64_t fc)
* @return EC_SUCCESS or an error code in cases of various failures to read the
* flash space.
*/
-static int read_factory_config(uint64_t *fc)
+int read_factory_config(uint64_t *fc)
{
uint32_t *fc_p;
int i;