summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/pch/me.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/pch/me.c')
-rw-r--r--src/soc/intel/broadwell/pch/me.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/me.c b/src/soc/intel/broadwell/pch/me.c
index 88d2172be9d3..6c01f070262d 100644
--- a/src/soc/intel/broadwell/pch/me.c
+++ b/src/soc/intel/broadwell/pch/me.c
@@ -770,7 +770,7 @@ static int intel_me_extend_valid(struct device *dev)
printk(BIOS_DEBUG, "\n");
/* Save hash in NVS for the OS to verify */
- if (CONFIG(CHROMEOS))
+ if (CONFIG(CHROMEOS_NVS))
chromeos_set_me_hash(extend, count);
return 0;