commit | fd3d1212a2cbbcde848dc109d4c2bbfb759f9d4e | [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 | 81089a54300df5fa5b4a22e3bf4df6b521438f68 [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>