commit | a55156ea23a17ce459755ec69d7389cb5efedc28 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Mar 31 09:18:29 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 12 08:05:56 2019 -0400 |
tree | feca3b9e52f5c4f17962b6b1e492f75249f1e5f0 | |
parent | b2f88a33d7b64ec135c6380b1c97a15e5e2ab3cb [diff] |
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>