commit | b1f1b235ada044995cfb037dfce28be5dd078b5e | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Mon Oct 07 13:52:15 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 25 17:33:21 2019 -0400 |
tree | f92c8d0f5aa57136657dad5d4ac7b20c7cd688ad | |
parent | 608448eeaaed8a08789cd4b1afa249fde79ccd12 [diff] |
boot: arm: Enable support for custom board_prep_linux Once the arch specific boot_prepare_linux completes, boards wants to have a custom preparation for linux. Add support for a custom board_prep_linux. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>