Measured boot: Rename build variable
The TFM_BOOT_STORE_MEASUREMENTS build variable was renamed after the
measured boot partition was merged. This commit updates the name.
Signed-off-by: Jamie Fox <jamie.fox@arm.com>
Change-Id: I280f339e1b78f585ed687074c9b2172b7c2093c1
diff --git a/partitions/measured_boot/measured_boot_req_mngr.c b/partitions/measured_boot/measured_boot_req_mngr.c
index 8590d69..c248136 100644
--- a/partitions/measured_boot/measured_boot_req_mngr.c
+++ b/partitions/measured_boot/measured_boot_req_mngr.c
@@ -195,7 +195,7 @@
LOG_DBGFMT("Measured Boot : selected algorithm: %x\r\n",
TFM_MEASURED_BOOT_HASH_ALG);
-#ifdef TFM_BOOT_STORE_MEASUREMENTS
+#ifdef CONFIG_TFM_BOOT_STORE_MEASUREMENTS
status = collect_shared_measurements();
#endif