From: Vishal Mahaveer Date: Fri, 13 Oct 2017 03:47:04 +0000 (-0500) Subject: omap-common: fastboot: extend cpu type for DRA71x rev 2.1 X-Git-Tag: v2017.11-rc2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b6df93598c16b9f91b590e6694ac37efe140d38d;p=u-boot 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. Signed-off-by: Vishal Mahaveer [praneeth@ti.com: rebase to u-boot master] Signed-off-by: Praneeth Bajjuri Reviewed-by: Tom Rini --- diff --git a/arch/arm/mach-omap2/utils.c b/arch/arm/mach-omap2/utils.c index d4f171b0ee..2bd8290c75 100644 --- a/arch/arm/mach-omap2/utils.c +++ b/arch/arm/mach-omap2/utils.c @@ -33,6 +33,7 @@ static void omap_set_fastboot_cpu(void) break; case DRA722_ES1_0: case DRA722_ES2_0: + case DRA722_ES2_1: cpu = "DRA722"; break; default: