• S
    binman: Allow symbols to be resolved inside sections · 2090f1e3
    Simon Glass 提交于
    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: NSimon Glass <sjg@chromium.org>
    2090f1e3
ftest.py 134.3 KB