]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Document ExpandEntries() in the base class
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:24:52 +0000 (20:24 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commitf404e54e33141a0cf6860402c9f52269334e8943
treebd936e485c3239e1560136f8f4faca80807386c7
parentc5829e1b8fa52b534202f0de2658b3c253380b21
binman: Document ExpandEntries() in the base class

Move the documentation to the base method as it is with other methods.
Also update it a little while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/binman/etype/section.py