aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2017-08-31 08:52:42 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2017-09-02 13:44:59 -0500
commit1e93748762e10d5a993e94ed2a2a89d6476148f5 (patch)
treea98160ebf1238381e5d218a0aad5111a5f439732
parent516e305f506dbfc83d7cd2c0e6f223032962793b (diff)
downloadjacinto6evm-1e93748762e10d5a993e94ed2a2a89d6476148f5.tar.gz
omap-common: fastboot: extend cpu type for DRA71x rev 2.1
DRA71x processors are reduced pin and software compatible derivative of DRA72 processors. Extend support for this revision in "getvar cpu" command. Change-Id: If5428cf75bee4da228a9e7ded5168fc1b9153377 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--arch/arm/cpu/armv7/omap-common/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/utils.c b/arch/arm/cpu/armv7/omap-common/utils.c
index 15d6bf8c39..ff5e4818e5 100644
--- a/arch/arm/cpu/armv7/omap-common/utils.c
+++ b/arch/arm/cpu/armv7/omap-common/utils.c
@@ -139,6 +139,7 @@ static void omap_set_fastboot_cpu(void)
break;
case DRA722_ES1_0:
case DRA722_ES2_0:
+ case DRA722_ES2_1:
cpu = "J6ECO";
break;
default: