]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra-common/ap.c
ARM: tegra: support SKU 1 of Tegra114
[karo-tx-uboot.git] / arch / arm / cpu / tegra-common / ap.c
index 9b77b2b82ef935bf12d4adb6a39352e2586a9f86..d7d1df1b13805af637b5f830307ea8e49df09a68 100644 (file)
@@ -92,6 +92,7 @@ int tegra_get_chip_sku(void)
        case CHIPID_TEGRA114:
                switch (sku_id) {
                case SKU_ID_T114_ENG:
+               case SKU_ID_T114_1:
                        return TEGRA_SOC_T114;
                }
                break;