commit | b09f892931b515361687e19152287717d1ef0c88 | [log] [tgz] |
---|---|---|
author | Alex Kiernan <alex.kiernan@gmail.com> | Thu Apr 19 04:32:51 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 28 18:32:22 2018 -0400 |
tree | 6ef1250f1c6395ee5b74e6e745705637d3aaa542 | |
parent | 89498f01cf654872e49d60a2c722862c0f6f90aa [diff] |
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>