summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/tf_driver/s_version.h2
-rw-r--r--security/tf_driver/tf_protocol.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/tf_driver/s_version.h b/security/tf_driver/s_version.h
index 81d030a75835..2f52e75ac8a3 100644
--- a/security/tf_driver/s_version.h
+++ b/security/tf_driver/s_version.h
@@ -38,7 +38,7 @@
/*
* This version number must be updated for each new release
*/
-#define S_VERSION_MAIN "01.14"
+#define S_VERSION_MAIN "01.15"
/*
* If this is a patch or engineering version use the following
diff --git a/security/tf_driver/tf_protocol.h b/security/tf_driver/tf_protocol.h
index b264f04c4454..e39842bd6e16 100644
--- a/security/tf_driver/tf_protocol.h
+++ b/security/tf_driver/tf_protocol.h
@@ -659,7 +659,7 @@ struct tf_l1_shared_buffer {
#ifdef CONFIG_TF_ZEBRA
u8 rpc_trace_buffer[140];
u8 rpc_cus_buffer[180];
- #elif CONFIG_SECURE_TRACES
+ #elif defined(CONFIG_SECURE_TRACES)
u32 traces_status;
u8 traces_buffer[140];
u8 reserved3[176];