aboutsummaryrefslogtreecommitdiff
path: root/plat/renesas
diff options
context:
space:
mode:
authorToshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>2019-03-11 15:18:32 +0900
committerMarek Vasut <marek.vasut+renesas@gmail.com>2019-04-11 12:57:01 +0200
commit285b6cfe3bc2b6b9c90ff0300e87457d00417186 (patch)
treee2bccdc1c33ad29fc21d380a4ea79ec9db72e78a /plat/renesas
parent4988c4c1652c3e3af5d42a0343daee80c2c7e023 (diff)
downloadtrusted-firmware-a-285b6cfe3bc2b6b9c90ff0300e87457d00417186.tar.gz
rcar_gen3: plat: Update IPL and Secure Monitor Rev2.0.2
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: I239f4d9f58d38515a49fa1a22cece48b59710d15
Diffstat (limited to 'plat/renesas')
-rw-r--r--plat/renesas/rcar/include/rcar_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/renesas/rcar/include/rcar_version.h b/plat/renesas/rcar/include/rcar_version.h
index e436324076..1b8b1e4720 100644
--- a/plat/renesas/rcar/include/rcar_version.h
+++ b/plat/renesas/rcar/include/rcar_version.h
@@ -9,7 +9,7 @@
#include <arch_helpers.h>
-#define VERSION_OF_RENESAS "2.0.1"
+#define VERSION_OF_RENESAS "2.0.2"
#define VERSION_OF_RENESAS_MAXLEN (128)
extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];