]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL use of DEBUG_UART_ZYNQ
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:39:32 +0000 (15:39 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
commit9c6d0a5332ec2ab1e63117679698ebe5d08c706d
tree19fa378772fcd198f0a095a71b3e44f182c46066
parent1c2512df40798d7306f842e139023d729364a35b
Correct SPL use of DEBUG_UART_ZYNQ

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DEBUG_UART_ZYNQ defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_zynq.c