commit | f1841af2146a9b2fb1fe8c1a43bbe01a775bb44b | [log] [tgz] |
---|---|---|
author | David Hu <david.hu@arm.com> | Thu Sep 02 12:50:45 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Sep 03 04:22:35 2021 +0200 |
tree | 197e3cf1f7f355aa359e910f36db95921213732f | |
parent | 46c340986e69ae8298ad86cc6e57548afb141c6d [diff] |
Build: Unify TF-M version setting In each release, two TF-M version settings, one in CMake and the other one in tfm_version.h, shall be both updated. Either one may be missed in release. This commit unifies TF-M version settings. Only the version in root CMakeLists.txt shall be updated. The version used in source code will be automatically updated during build. Change-Id: I2709a6cb81d2be813bb0921ca811a0d899f97f53 Signed-off-by: David Hu <david.hu@arm.com>