commit | 65cf1ca0828c2283cfbc447cc3cdcf0f67d9aff7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 26 13:11:38 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Sep 26 12:40:30 2024 +0200 |
tree | 768a009ffacda964bb5658dc03775a8b1bda0baa | |
parent | d2a9d6eaf05c0104659877b3a8a88cdf5303e07d [diff] |
binman: Adjust naming for reading symbols These functions get the value of a symbol. The reference to ELF files is confusing since they are reading the position/size of entries, not ELF symbols. Rename the functions and adjust the comments also. Signed-off-by: Simon Glass <sjg@chromium.org>