]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra-common/ap.c
ARM: tegra: support SKU 7 of Tegra20
[karo-tx-uboot.git] / arch / arm / cpu / tegra-common / ap.c
index d7d1df1b13805af637b5f830307ea8e49df09a68..e099683890457797188f30bb39c820cfccc682d5 100644 (file)
@@ -72,6 +72,7 @@ int tegra_get_chip_sku(void)
        switch (chip_id) {
        case CHIPID_TEGRA20:
                switch (sku_id) {
+               case SKU_ID_T20_7:
                case SKU_ID_T20:
                        return TEGRA_SOC_T20;
                case SKU_ID_T25SE: