sunxi: binman: Add U-Boot binary size check
[oweals/u-boot.git] / arch / arm / mach-omap2 / utils.c
index d4f171b0ee15440a3d19495cabe6086198673532..2e8778043b7063e5af1cfcf598cbbe1cc8687266 100644 (file)
@@ -26,6 +26,9 @@ static void omap_set_fastboot_cpu(void)
        u32 cpu_rev = omap_revision();
 
        switch (cpu_rev) {
+       case DRA762_ES1_0:
+               cpu = "DRA762";
+               break;
        case DRA752_ES1_0:
        case DRA752_ES1_1:
        case DRA752_ES2_0:
@@ -33,6 +36,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: