mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
b62450cf22
CONFIG_VAL(DEBUG_UART_BASE) expands to CONFIG_DEBUG_UART_BASE or
CONFIG_SPL_DEBUG_UART_BASE or CONFIG_TPL_DEBUG_UART_BASE and allows boards
to set different values for SPL, TPL and U-Boot Proper.
For ns16550 driver this support is there since commit
|
||
---|---|---|
.. | ||
debug-uart-ld4.c | ||
debug-uart-ld6b.c | ||
debug-uart-pro4.c | ||
debug-uart-pro5.c | ||
debug-uart-pxs2.c | ||
debug-uart-sld8.c | ||
debug-uart.c | ||
debug-uart.h | ||
Makefile |