Fix minor bug to rename to version_info_set_.

Bug: None
Change-Id: I4664b0ee00c2928660979c063f58200b81136760
Tests: None
diff --git a/trusty_keymaster_context.cpp b/trusty_keymaster_context.cpp
index f922f2e..23df4c1 100644
--- a/trusty_keymaster_context.cpp
+++ b/trusty_keymaster_context.cpp
@@ -516,7 +516,7 @@
 #ifdef KEYMASTER_DEBUG
     Buffer fake_root_of_trust("000111222333444555666777888999000", 32);
     Buffer verified_boot_hash_none;
-    if (!boot_params_set_) {
+    if (!root_of_trust_set_) {
         /* Sets bootloader parameters to what is expected on a 'good' device,
          * will pass attestation CTS tests. FOR DEBUGGING ONLY.
          */