commit | 3eb30a47597092d3b049b47d4fddffacc93e8aa5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 26 13:11:42 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Sep 26 12:40:30 2024 +0200 |
tree | ead8aed1467d93e3121394f92251b1b6f9f4c030 | |
parent | 561128473db1e1e1f576d209f2f3d74fa7b54605 [diff] |
binman: Allow image_pos to be None when writing symbols Some images do not have an image_pos value, for example an image which is part of a compressed section and therefore cannot be accessed directly. Handle this case, returning None as the value. Signed-off-by: Simon Glass <sjg@chromium.org>