summaryrefslogtreecommitdiff
path: root/plat/renesas
diff options
context:
space:
mode:
authorToshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>2019-03-22 16:15:10 +0900
committerMarek Vasut <marek.vasut+renesas@gmail.com>2019-04-11 12:57:04 +0200
commitb028f2c5ab0451516b6f74f1a784034e7c60bf55 (patch)
tree481e8f9d493faced66d7f5d8c189fbed04973e29 /plat/renesas
parent7704ff9132a88435a4c3cd9906effebd12bbd4c5 (diff)
rcar_gen3: plat: Update IPL and Secure Monitor Rev2.0.3
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: If8918efad0fcbe6f91b66c0c7438406b1d4fb759
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 1b8b1e47..ff56f927 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.2"
+#define VERSION_OF_RENESAS "2.0.3"
#define VERSION_OF_RENESAS_MAXLEN (128)
extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];