[PATCH] spl: Always define preloader_console_init

Tom Rini trini at konsulko.com
Fri May 15 22:53:48 CEST 2020


On Thu, May 07, 2020 at 06:08:10PM -0500, Samuel Holland wrote:

> A large number of boards call preloader_console_init unconditionally.
> Currently, they fail to build with CONFIG_SPL_SERIAL=n, because the
> function is undefined in that case. To fix the build, always define
> preloader_console_init, but make it no-op when CONFIG_SPL_SERIAL=n.
> 
> For the few boards that did check for CONFIG_SPL_SERIAL before calling
> preloader_console_init, remove the checks, since the function can now
> be called unconditionally.
> 
> Signed-off-by: Samuel Holland <samuel at sholland.org>
> Reviewed-by: Stefan Roese <sr at denx.de>
> Reviewed-by: Lokesh Vutla <lokeshvutla at ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200515/9accc21e/attachment.sig>


More information about the U-Boot mailing list