[U-Boot] [PATCH 20/34] binman: Allow symbols to be resolved inside sections

sjg at google.com sjg at google.com
Fri Sep 27 00:38:55 UTC 2019


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.

Also fix a typo in the comment for testTpl().

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/binman/etype/u_boot_spl.py      |  2 +-
 tools/binman/etype/u_boot_tpl.py      |  2 +-
 tools/binman/ftest.py                 | 35 +++++++++++++++++++++++++--
 tools/binman/test/149_symbols_tpl.dts | 28 +++++++++++++++++++++
 4 files changed, 63 insertions(+), 4 deletions(-)
 create mode 100644 tools/binman/test/149_symbols_tpl.dts

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list