]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd005a15f4a426727ac4d396a948bb04185cb9077
treef92c8d0f5aa57136657dad5d4ac7b20c7cd688ad
parent7839aaf383659c8e39f9ca930a567f869089818a
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