mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
86034a959a
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:
|
||
---|---|---|
.. | ||
am3517evm.c | ||
am3517evm.h | ||
Kconfig | ||
MAINTAINERS | ||
Makefile |