aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2017-08-31 08:52:42 -0500
committerVishal Mahaveer2017-09-27 13:39:41 -0500
commit8b51a2aeadd7c66fd4b965541b47dbd467cba0c7 (patch)
treefb7ff585f5c2b87468fb68e7d293b0b169f63301
parent5b8b7201985d2de84b533d163602e703c072468c (diff)
downloadu-boot-8b51a2aeadd7c66fd4b965541b47dbd467cba0c7.tar.gz
u-boot-8b51a2aeadd7c66fd4b965541b47dbd467cba0c7.tar.xz
u-boot-8b51a2aeadd7c66fd4b965541b47dbd467cba0c7.zip
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)
139 break; 139 break;
140 case DRA722_ES1_0: 140 case DRA722_ES1_0:
141 case DRA722_ES2_0: 141 case DRA722_ES2_0:
142 case DRA722_ES2_1:
142 cpu = "J6ECO"; 143 cpu = "J6ECO";
143 break; 144 break;
144 default: 145 default: