commit | 304664eab93f9e95a8d28fbd9702ede88bb10cc5 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Jul 11 09:52:41 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jul 17 13:36:41 2014 +0200 |
tree | 9ce11babe79ed88006a40ad994ef30e2f1a55d14 | |
parent | a0524acc94c91c72c2968a76eddc6f3afe82f9f2 [diff] |
ARM: tegra: Use a function to get the chip ID Instead of using a simple variable access to get at the Tegra chip ID, use a function so that we can run additional code. This can be used to determine where the chip ID is being accessed without being available. That in turn will be handy for resolving boot sequence dependencies in order to convert more code to regular initcalls rather than a sequence fixed by Tegra SoC setup code. Signed-off-by: Thierry Reding <treding@nvidia.com>