Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: tegra: move ft_system_setup() | Stephen Warren | 2016-08-15 | -0/+34 |
Currently, ft_system_setup() is implemented by board*.c, which are a bit of a dumping ground for a bunch of unrelated functionality, and separate versions exist for pre-Tegra186 and Tegra186. Move the implementation into a separate file to separate functionality, and allow sharing. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com> |