commit | 6fe2dd520cf7fcaf78d9fae96e2a71fe0dd635b5 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Wed Feb 02 13:55:19 2022 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 09 12:30:13 2022 -0700 |
tree | 1a3c9ceaab9e60b2331f750e3b19c4938f144109 | |
parent | 366daf64c42f3ad1dc582632e64e90e3a5247f9e [diff] |
serial-uclass: fix build warning if CONFIG_DM_STDIO is defined but SERIAL_PRESENT not, gcc drops warnings for serial_stub_* functions that they are defined but not used. Fix it. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>