]> git.dujemihanovic.xyz Git - u-boot.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)
commit43512276da480b88eb432aca08e808d56893f166
tree19fa378772fcd198f0a095a71b3e44f182c46066
parent7c31107249da086c44cd4ab930941c921a233a6e
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