commit | a2686766c81e18fb1ab9375cf5d3cbd54a3bed2c | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Jul 16 14:01:44 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jul 17 14:58:41 2014 +0200 |
tree | 230cbea98cf8173dbf40ce7b994dce83fe56ed3b | |
parent | dd849e581d7d23e1729c23bb2d6b85360ce4dd9d [diff] |
soc/tegra: Implement runtime check for Tegra SoCs 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>