[U-Boot] [PATCH] ARM: tegra: move ft_system_setup()

Simon Glass sjg at chromium.org
Mon Aug 8 23:44:14 CEST 2016


On 8 August 2016 at 10:38, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> 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 at nvidia.com>
> ---
>  arch/arm/mach-tegra/Makefile   |  1 +
>  arch/arm/mach-tegra/board186.c |  5 -----
>  arch/arm/mach-tegra/board2.c   | 26 --------------------------
>  arch/arm/mach-tegra/dt-setup.c | 34 ++++++++++++++++++++++++++++++++++
>  4 files changed, 35 insertions(+), 31 deletions(-)
>  create mode 100644 arch/arm/mach-tegra/dt-setup.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list