Re: [U-Boot] [PATCH v2] Tegra: Split tegra_get_chip_type() into soc & sku funcs

2013-04-10 Thread Stephen Warren
On 04/10/2013 11:53 AM, Tom Warren wrote: > As suggested by Stephen Warren, use tegra_get_chip() to return > the pure CHIPID for a Tegra SoC (i.e. 0x20 for Tegra20, 0x30 for > Tegra30, etc.) and rename tegra_get_chip_type() to reflect its true > function, i.e. tegra_get_chip_sku(), which returns an

[U-Boot] [PATCH v2] Tegra: Split tegra_get_chip_type() into soc & sku funcs

2013-04-10 Thread Tom Warren
As suggested by Stephen Warren, use tegra_get_chip() to return the pure CHIPID for a Tegra SoC (i.e. 0x20 for Tegra20, 0x30 for Tegra30, etc.) and rename tegra_get_chip_type() to reflect its true function, i.e. tegra_get_chip_sku(), which returns an ID like TEGRA_SOC_T25, TEGRA_SOC_T33, etc. Signe