summaryrefslogtreecommitdiff
path: root/chip/ish
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish')
-rw-r--r--chip/ish/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/ish/flash.c b/chip/ish/flash.c
index 8ef4d1a73c..2a1b9c0793 100644
--- a/chip/ish/flash.c
+++ b/chip/ish/flash.c
@@ -12,7 +12,7 @@
*
* Applies at-boot protection settings if necessary.
*/
-int flash_pre_init(void)
+int crec_flash_pre_init(void)
{
return EC_SUCCESS;
}