commit | 5a598671fdbf20355ecbaf59d9f502e689df683f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 06 15:37:04 2018 -0600 |
committer | David Gibson <david@gibson.dropbear.id.au> | Sat Jun 09 23:36:33 2018 +1000 |
tree | b371e2f5ecd7679897e4a33adf8444a015de721b | |
parent | 483e170625e1b6905fc4c40db92ee48d47ee3283 [diff] |
pylibfdt: Support device-tree creation/expansion Add support for fdt_open_into() and fdt_create_empty_tree() from the Python library. The former is named resize() since it better fits with what the Python binding actually does. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>