]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add a base implementation of Entry.ReadChildData()
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:20 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:43 +0000 (13:57 +0800)
commit72dbb210c2771ec6922a72001999b147e93038de
tree6f189b6065447809bdb2e3a31363040fbd3474ef
parent9e378ae67120f763dea11eb00f62b2d468c74617
binman: Add a base implementation of Entry.ReadChildData()

At present this function is not present in the Entry base class so it is
hard to find the documentation for it. Move the docs from the section
class and expand it a little.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/entry.py