commit | 86a2afeb14002364b583f59d38b4bc63a85f36e1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 11 19:04:11 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 11:47:56 2022 -0400 |
tree | 6d9c1faf879637a3a441e79fbc708e49ac511002 | |
parent | ff9ecc29955c359064cbc0408add2510dc44ed20 [diff] |
buildman: Allow lines without a symbol The 'nm' tool can produce lines without a symbol, for example: 00000004 t Silently skip these and anything else without three fields. Drop the warning since there is nothing the user can do about it. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Tom Rini <trini@konsulko.com>