Commits
Alex Kiernan committed 117a0e02bed
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: Alex Kiernan <alex.kiernan@gmail.com>