commit | d30aeb121f3bed40263aac66f19d74cd86a585e4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Oct 30 09:18:43 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 06 22:54:28 2019 -0500 |
tree | 2de396f46391fac78a74690790f004d73a32d75b | |
parent | 7c79d54804219eb66553e3c3a54be586a1dd3776 [diff] |
common/console.c: Fix unused warning with console_doenv() Newer versions of LLVM-7 will provide an unused function warning over console_doenv() in the case of SYS_CONSOLE_IS_IN_ENV not being enabled as can be the case in SPL. Add guards around this function. Signed-off-by: Tom Rini <trini@konsulko.com>