commit | 7f5ff034c32acd4481f4d6ce8118542f71c91b75 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:56 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | 118e500362c9bc2fa801c0408d3a4c4138b6f2d9 | |
parent | 9031ba824209166444d5abea2064c23015883705 [diff] |
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>