commit | 83b8bfe3fa28481864d6b0d096c4a8ca21f2dd3e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 18 07:24:01 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 20 14:10:58 2023 -0600 |
tree | dc1b6d25358b3b217d2d9bc970482dc128e4c9bf | |
parent | 2cbd8a53d8d8a2d7fa76fef7cae39956d7d64998 [diff] |
binman: Correct handling of zero bss size Fix the check for the __bss_size symbol, since it may be 0. Unfortunately there was no test coverage for this. Signed-off-by: Simon Glass <sjg@chromium.org>