Commit 117a0e02 authored by Alex Kiernan's avatar Alex Kiernan Committed by Tom Rini
Browse files

spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT



If CONFIG_SPL_SERIAL_SUPPORT is disabled then the build fails because
serial_init is undefined. Guard preloader_console_init() appropriately
to fix this.

Signed-off-by: default avatarAlex Kiernan <alex.kiernan@gmail.com>
parent 30d31368
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment