boot: arm: Enable support for custom board_prep_linux
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 7 Oct 2019 08:22:15 +0000 (13:52 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 25 Oct 2019 21:33:21 +0000 (17:33 -0400)
commit899a9de3e462d93d7c91f5205b41d4c41e01ccbb
treef92c8d0f5aa57136657dad5d4ac7b20c7cd688ad
parent18df182b63521a80e3cfddcc5f793012f051d941
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>
arch/arm/lib/bootm.c