]> git.dujemihanovic.xyz Git - u-boot.git/commit
serial: Drop ns16550 serial_getinfo() in SPL
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:56 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:13 +0000 (14:38 -0400)
commit7f5ff034c32acd4481f4d6ce8118542f71c91b75
tree118e500362c9bc2fa801c0408d3a4c4138b6f2d9
parent9031ba824209166444d5abea2064c23015883705
serial: Drop ns16550 serial_getinfo() in SPL

This is typically not needed in SPL/TPL and increases the code size.
Drop it.

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