diff options
author | Bryan Buckley <bryan.buckley@ti.com> | 2012-02-02 11:49:26 -0600 |
---|---|---|
committer | Mike J. Chen <mjchen@google.com> | 2012-03-14 16:56:58 -0700 |
commit | 592170fc3796b4ff238c3dd1e119e5f19be35816 (patch) | |
tree | 22e5caf6ff9e2653ef9d6bbbd29b2b191cb13e4a | |
parent | 24723826ce104e7f2fa678abbc06ebc2b24e6f06 (diff) | |
download | hardware_ti_omap4-592170fc3796b4ff238c3dd1e119e5f19be35816.zip hardware_ti_omap4-592170fc3796b4ff238c3dd1e119e5f19be35816.tar.gz hardware_ti_omap4-592170fc3796b4ff238c3dd1e119e5f19be35816.tar.bz2 |
DO NOT MERGE
Security: Update tee_client_api, tf_daemon, smc_pa_ctrl to 1.06
These three components have not changed with this release.
Only changing version header for clarity.
Change-Id: I1e057587e9947fcb4790c19f636c5d5026b35818
Signed-off-by: Bryan Buckley <bryan.buckley@ti.com>
-rw-r--r-- | security/smc_pa_ctrl/s_version.h | 2 | ||||
-rw-r--r-- | security/tee_client_api/s_version.h | 2 | ||||
-rw-r--r-- | security/tf_daemon/s_version.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/smc_pa_ctrl/s_version.h b/security/smc_pa_ctrl/s_version.h index 99fd3bd..fb9e652 100644 --- a/security/smc_pa_ctrl/s_version.h +++ b/security/smc_pa_ctrl/s_version.h @@ -66,7 +66,7 @@ * If this is a patch or engineering version use the following * defines to set the version number. Else set these values to 0. */ -#define S_VERSION_ENG 1 +#define S_VERSION_ENG 0 #define S_VERSION_PATCH 0 #ifdef S_VERSION_BUILD diff --git a/security/tee_client_api/s_version.h b/security/tee_client_api/s_version.h index dd43c6a..f712db2 100644 --- a/security/tee_client_api/s_version.h +++ b/security/tee_client_api/s_version.h @@ -65,7 +65,7 @@ * If this is a patch or engineering version use the following * defines to set the version number. Else set these values to 0. */ -#define S_VERSION_ENG 1 +#define S_VERSION_ENG 0 #define S_VERSION_PATCH 0 #ifdef S_VERSION_BUILD diff --git a/security/tf_daemon/s_version.h b/security/tf_daemon/s_version.h index dd43c6a..f712db2 100644 --- a/security/tf_daemon/s_version.h +++ b/security/tf_daemon/s_version.h @@ -65,7 +65,7 @@ * If this is a patch or engineering version use the following * defines to set the version number. Else set these values to 0. */ -#define S_VERSION_ENG 1 +#define S_VERSION_ENG 0 #define S_VERSION_PATCH 0 #ifdef S_VERSION_BUILD |