]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-omap2/utils.c
arm: dra76: fastboot: extend cpu type for getvar command
[u-boot] / arch / arm / mach-omap2 / utils.c
index 1d3962500d25a6afd8e061c4ad6dd7e9fc59c688..dc7b37f1643500d864e3defcfd59d3735fde0220 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2011 Linaro Limited
  * Aneesh V <aneesh@ti.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
 #include <environment.h>
@@ -30,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: