
12 Apr
2019
12 Apr
'19
6:32 p.m.
On Sun, Mar 31, 2019 at 09:18:29AM -0500, Adam Ford wrote:
When booting the am3517-evm, the following message appears: SPL: Please implement spl_start_uboot() for your board SPL: Direct Linux boot not active!
This patch implements spl_start_uboot to clear this message and allow device to know if it should boot U-Boot or kernel.
Fixes: 1c6b6f383a41 ("ARM: am3517_evm: Enable Falcon Mode")
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/board/logicpd/am3517evm/am3517evm.c b/board/logicpd/am3517evm/am3517evm.c index 6f728398c3..10031a4801 100644
Applied to u-boot/master, thanks!
--
Tom