summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2018-04-25 15:56:34 -0500
committerTom Rini <trini@konsulko.com>2018-05-08 09:07:37 -0400
commitcd30f3fc9e4bfee2c314eda1995dc0edb092847c (patch)
treee9a6c52046d71d0d0c1253261800ebae1b023f1d /arch/arm/mach-omap2
parenteb85cc10b4d858247ce7e90c0d98fc59e4d23a82 (diff)
arm: dra76: fastboot: extend cpu type for getvar command
'commit dda0bd674481 ("arm: dra762: Add support for device package identification")' introduces ABZ and ACD package identification. This patch is to extend usage of "fastboot getvar cpu" for DRA76x ABZ and ACD devices. Helps in fixing the boot warning. Warning: fastboot.cpu: unknown CPU rev: 123863298 on CPU : DRA762-GP ES1.0 ABZ package Model: TI AM5748 IDK Board: AM574x IDK REV 1.0A Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/utils.c b/arch/arm/mach-omap2/utils.c
index 92a6f799d45..dc7b37f1643 100644
--- a/arch/arm/mach-omap2/utils.c
+++ b/arch/arm/mach-omap2/utils.c
@@ -29,6 +29,8 @@ static void omap_set_fastboot_cpu(void)
switch (cpu_rev) {
case DRA762_ES1_0:
+ case DRA762_ABZ_ES1_0:
+ case DRA762_ACD_ES1_0:
cpu = "DRA762";
break;
case DRA752_ES1_0: