commit | 5b9fbd9b7ac190354975e73329c9764df6556b0d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Oct 04 21:16:31 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 10 13:35:09 2018 -0400 |
tree | bb810dd6c553ac2223fdfa58d50c7b5df7299208 | |
parent | c51614604a1eeb78273c2891a6fe915b27fd0964 [diff] |
bootm: Add board specific OS preboot hook 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> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>