Re: [U-Boot] [PATCH 1/4] ARM: tegra: add SoC-level hook for board_late_init()

2016-11-02 Thread Joe Hershberger
On Mon, Sep 12, 2016 at 12:51 PM, Stephen Warren wrote: > From: Stephen Warren > > Extend the Tegra186 implementation of board_late_init() to call a per-SoC > "hook" function. This will allow SoC-specific (rather than Tegra-wide) > functionality to be implemented without the core Tegra code needi

Re: [U-Boot] [PATCH 1/4] ARM: tegra: add SoC-level hook for board_late_init()

2016-09-18 Thread Simon Glass
On 12 September 2016 at 11:51, Stephen Warren wrote: > From: Stephen Warren > > Extend the Tegra186 implementation of board_late_init() to call a per-SoC > "hook" function. This will allow SoC-specific (rather than Tegra-wide) > functionality to be implemented without the core Tegra code needing

[U-Boot] [PATCH 1/4] ARM: tegra: add SoC-level hook for board_late_init()

2016-09-12 Thread Stephen Warren
From: Stephen Warren Extend the Tegra186 implementation of board_late_init() to call a per-SoC "hook" function. This will allow SoC-specific (rather than Tegra-wide) functionality to be implemented without the core Tegra code needing to be aware of the details. While board186.c is currently only