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)
commita01d1a25bcd7b22bdb16a8fd0583df0d41db3054
treebd936e485c3239e1560136f8f4faca80807386c7
parent862ddf91002c31dcca7bd8f2712a98b71de01de8
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