From 20583d04fb197fd59b438be0731aaaac485094b9 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Fri, 17 May 2013 14:10:15 +0000 Subject: ARM: tegra: support SKU 7 of Tegra20 Make U-Boot aware of the Tegra20 SKU 7, and treat it identically to any other Tegra20. My Whistler board has a SoC with this SKU. Signed-off-by: Stephen Warren Signed-off-by: Tom Warren --- arch/arm/cpu/tegra-common/ap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/cpu/tegra-common/ap.c') diff --git a/arch/arm/cpu/tegra-common/ap.c b/arch/arm/cpu/tegra-common/ap.c index d7d1df1b1..e09968389 100644 --- a/arch/arm/cpu/tegra-common/ap.c +++ b/arch/arm/cpu/tegra-common/ap.c @@ -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: -- cgit v1.2.3-70-g09d2