soc/tegra: Implement runtime check for Tegra SoCs
authorThierry Reding <treding@nvidia.com>
Wed, 16 Jul 2014 12:01:44 +0000 (14:01 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Jul 2014 12:58:41 +0000 (14:58 +0200)
Subsequent patches will move some of the initialization code from SoC
setup code to regular initcalls. To prevent breakage on other SoCs in
multi-platform builds, these initcalls need to check that they indeed
run on Tegra.

Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found