commit | 2090f1e3d096bd124790e1716240e17e56325755 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:23:00 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | 6aa9a2708b33f9a24e5c8f56fafd32e82b9755e4 | |
parent | c9a0b27589a49d4beaaa4f75500597ab07cfff39 [diff] |
binman: Allow symbols to be resolved inside sections At present we only support symbols inside binaries which are at the top level of an image. This restrictions seems unreasonable since more complex images may want to group binaries within different sections. Relax the restriction, adding a new _SetupTplElf() helper function. Also fix a typo in the comment for testTpl(). Signed-off-by: Simon Glass <sjg@chromium.org>