diff options
| author | Stephen Warren <[email protected]> | 2013-05-17 14:10:15 +0000 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2013-05-28 12:58:43 -0700 |
| commit | 20583d04fb197fd59b438be0731aaaac485094b9 (patch) | |
| tree | a2709e9f6afa871c598df3fa937a925b05bdff5d /arch/arm/include | |
| parent | 840167c2c25342dde4523ab11cd21f41ebcfa6e5 (diff) | |
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 <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-tegra/tegra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra/tegra.h b/arch/arm/include/asm/arch-tegra/tegra.h index 8f73725eb5d..5fe4838d9be 100644 --- a/arch/arm/include/asm/arch-tegra/tegra.h +++ b/arch/arm/include/asm/arch-tegra/tegra.h @@ -72,6 +72,7 @@ struct timerus { /* These are the available SKUs (product types) for Tegra */ enum { + SKU_ID_T20_7 = 0x7, SKU_ID_T20 = 0x8, SKU_ID_T25SE = 0x14, SKU_ID_AP25 = 0x17, |
