summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2014-04-02 11:28:34 -0700
committerAllen Martin <amartin@nvidia.com>2014-04-11 13:35:59 -0700
commit12b9718fc6b5be374d252be691733837e756d816 (patch)
tree861e5593194dd886eb04cb992f180b2137046ff3
parent3ac6afbd7230cf128dea32b16462c5a290f6755e (diff)
downloadtegrarcm-12b9718fc6b5be374d252be691733837e756d816.tar.gz
tegrarcm: Version 1.6v1.6
Update version number to 1.6 and update changelog in README for version 1.6 release notes. Signed-off-by: Allen Martin <amartin@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--README1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 764aecf..df1e106 100644
--- a/README
+++ b/README
@@ -56,6 +56,7 @@ u-boot.bin sent successfully
Changes (see git logs for complete list):
+V1.6 - Added support for ODM secure mode
V1.5 - Added support for RCM protocol version 40
- Added Tegra124 support
- Added support for readbct command
diff --git a/configure.ac b/configure.ac
index 19285c9..c95a0ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT([tegrarcm], [1.5], [amartin@nvidia.com])
+AC_INIT([tegrarcm], [1.6], [amartin@nvidia.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])