Re: [U-Boot] [PATCH 1/3] boot: arm: Enable support for custom board_prep_linux

2019-10-25 Thread Tom Rini
On Mon, Oct 07, 2019 at 01:52:15PM +0530, Lokesh Vutla wrote: > 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 Applied to u-boot/master, thanks! -- Tom s

[U-Boot] [PATCH 1/3] boot: arm: Enable support for custom board_prep_linux

2019-10-07 Thread Lokesh Vutla
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 --- - This is similar to hook available in arch/arc/ https://gitlab.denx.de/u-boot/u-boot/blob/master/arch/arc/lib/bootm