]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - common/socinfo.c
socinfo: Add device identification for J7200 SoC
[k3conf/k3conf.git] / common / socinfo.c
index d20478aef771b044f14bebc9b333bcbd6f85d654..97b4daf349b8f0eb304dfa691018ee78c8d2b9ab 100644 (file)
@@ -157,6 +157,9 @@ int soc_init(uint32_t host_id)
        case J721E:
                name = "J721E";
                break;
+       case J7200:
+               name = "J7200";
+               break;
        default:
                fprintf(stderr, "Unknown Silicon %d\n", soc_info.soc);
                return -1;