From 840167c2c25342dde4523ab11cd21f41ebcfa6e5 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Fri, 17 May 2013 14:10:14 +0000 Subject: ARM: tegra: support SKU 1 of Tegra114 Make U-Boot aware of the Tegra114 SKU 1, and treat it identically to any other Tegra114. This value is used on (at least some) Dalmore boards with a production rather than engineering chip. Such boards are in the hands of some partners who want to use upstream U-Boot. 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') diff --git a/arch/arm/cpu/tegra-common/ap.c b/arch/arm/cpu/tegra-common/ap.c index 9b77b2b82e..d7d1df1b13 100644 --- a/arch/arm/cpu/tegra-common/ap.c +++ b/arch/arm/cpu/tegra-common/ap.c @@ -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; -- cgit v1.2.1