ARM: am3517_evm: Add spl_start_uboot for Falcon Mode
authorAdam Ford <aford173@gmail.com>
Sun, 31 Mar 2019 14:18:29 +0000 (09:18 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2019 12:05:56 +0000 (08:05 -0400)
commit86034a959a91fbb09fb02af708764a544161df9b
treefeca3b9e52f5c4f17962b6b1e492f75249f1e5f0
parent9c4b0131d1d06dc87cecd08f065ec9b5c0f08b0f
ARM: am3517_evm: Add spl_start_uboot for Falcon Mode

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>
board/logicpd/am3517evm/am3517evm.c