aboutsummaryrefslogtreecommitdiff
path: root/plat/renesas/common/include
diff options
context:
space:
mode:
authorToshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>2020-12-08 17:43:24 +0900
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-10 17:35:39 +0200
commitc5f5bb17abfcf6c0eeb3e6c3d70499de0bd6abc0 (patch)
tree642e375ac986252912a5cc9626414ac323b63131 /plat/renesas/common/include
parent4379a3e9744cf3b0844446335aca40357a889b9a (diff)
downloadtrusted-firmware-a-c5f5bb17abfcf6c0eeb3e6c3d70499de0bd6abc0.tar.gz
feat(plat/rcar3): update IPL and Secure Monitor Rev.3.0.0
Update the revision number in the revision management file. Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com> Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com> Change-Id: I44b9e5a992e8a44cfeafad6d2c1a97aa59baca4e
Diffstat (limited to 'plat/renesas/common/include')
-rw-r--r--plat/renesas/common/include/rcar_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/renesas/common/include/rcar_version.h b/plat/renesas/common/include/rcar_version.h
index 67cbd71abc..173111df50 100644
--- a/plat/renesas/common/include/rcar_version.h
+++ b/plat/renesas/common/include/rcar_version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2020, Renesas Electronics Corporation. All rights reserved.
+ * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -9,7 +9,7 @@
#include <arch_helpers.h>
-#define VERSION_OF_RENESAS "2.0.6"
+#define VERSION_OF_RENESAS "3.0.0"
#define VERSION_OF_RENESAS_MAXLEN 128
extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];