aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_tpl.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-28 20:29:39 -0400
committerTom Rini <trini@konsulko.com>2021-03-28 20:29:39 -0400
commit4906238191b90be7aec2269ba8cd6aeb161cd312 (patch)
tree1bab411fe047542ab69342a90fba6110f4dbe124 /tools/binman/etype/u_boot_tpl.py
parent9c7335e4e68355a96bd5a411b2a5f85866823c58 (diff)
parente5021221db3faf7e90a295d6eb045fbf5c6a908b (diff)
downloadu-boot-4906238191b90be7aec2269ba8cd6aeb161cd312.zip
u-boot-4906238191b90be7aec2269ba8cd6aeb161cd312.tar.gz
u-boot-4906238191b90be7aec2269ba8cd6aeb161cd312.tar.bz2
Merge tag 'dm-pull-28mar21' of git://git.denx.de/u-boot-dm into nextWIP/28Mar2021-next
binman support for expanding entries, connections misc fixes and improvements to sandbox, etc. x86 CBFS improvements x86 coreboot improvements
Diffstat (limited to 'tools/binman/etype/u_boot_tpl.py')
-rw-r--r--tools/binman/etype/u_boot_tpl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/u_boot_tpl.py b/tools/binman/etype/u_boot_tpl.py
index 95d9bd6..0c575df 100644
--- a/tools/binman/etype/u_boot_tpl.py
+++ b/tools/binman/etype/u_boot_tpl.py
@@ -32,7 +32,7 @@ class Entry_u_boot_tpl(Entry_blob):
binman uses that to look up symbols to write into the TPL binary.
Note that this entry is automatically replaced with u-boot-tpl-expanded
- unless --no-expanded is used.
+ unless --no-expanded is used or the node has a 'no-expanded' property.
"""
def __init__(self, section, etype, node):
super().__init__(section, etype, node)