commit | 08d34fc862d6d8288e7c0519c29180a27c22e718 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 06 15:31:31 2019 -0500 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 10 21:11:31 2019 -0700 |
tree | 59db2207e76812ba0e5ed6bf46d4ccf8f038773b | |
parent | 48ac42e4daf6ce6813a72df969ea25d7e2390c8c [diff] |
buildman: Ignore blank lines during size checks Today when parsing the .sizes files we get a warning about an invalid line in the file as it's blank. Solve this by checking that we have a non-blank line prior to processing. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>