
8 Oct
2018
8 Oct
'18
2:33 p.m.
On Mon, Oct 08, 2018 at 01:39:44PM +0200, Marek Vasut wrote:
On 10/08/2018 01:34 PM, Christian Gmeiner wrote:
Am Do., 4. Okt. 2018 um 21:16 Uhr schrieb Marek Vasut marex@denx.de:
Add board-specific hook which is executed before the code hands over control to the OS. This lets the board perform some last-minute clean ups.
Signed-off-by: Marek Vasut marex@denx.de Cc: Tom Rini trini@konsulko.com
Wow, the patch is almost identical, except for the position of the board_preboot_os() :-) ... which is no surprise, given it's almost a verbatim copy of arch_preboot_os().
I'd prefer board after arch though, so the board can have the last word before boot.
Agreed, and that's the usual flow too. Thanks!
--
Tom