commit | 4e185e8dd7aa3ff7618d228ebfaffb507a569c07 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:20 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:43 2019 +0800 |
tree | 6f189b6065447809bdb2e3a31363040fbd3474ef | |
parent | 7bc4f0f88327bcd3c2daafe969f049dcfab41b00 [diff] |
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>