On 12/4/22 15:39, Tom Rini wrote:
This converts the following to Kconfig:
CONFIG_SPL_NS16550_MIN_FUNCTIONS
CONFIG_SYS_NS16550_MEM32
CONFIG_SYS_NS16550_PORT_MAPPED
CONFIG_SYS_NS16550_REG_SIZE
CONFIG_SYS_NS16550_SERIAL
To do this we also introduce CONFIG_SPL_SYS_NS16550_SERIAL so that
platforms can enable the legacy driver here for SPL.
Signed-off-by: Tom Rini <tr...@konsulko.com>
Since this patch (which was with branch next after v2023.01) there is no
UART output from main U-Boot on pinea64-lts_defconfig. SPL output is ok.
Best regards
Heinrich