commit | a98a25eace13ef8a996ba95d5945cf0540d1e335 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Dec 03 21:42:57 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun Dec 15 11:41:32 2024 -0600 |
tree | ce07a9818180e97efc0d9a233b1c36d99b91bff6 | |
parent | 91e5a77c23e4ec0882522586aee2501f749afca9 [diff] |
smbios: address build warning include display_options.h to address build warning: lib/smbios.c: In function ‘smbios_update_version’: lib/smbios.c:305:9: warning: implicit declaration of function ‘print_buffer’ [-Wimplicit-function-declaration] print_buffer((ulong)ptr, ptr, 1, old_len + 1, 0); ^~~~~~~~~~~~ Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>