diff options
author | Simon Glass | 2016-07-04 11:58:08 -0600 |
---|---|---|
committer | Simon Glass | 2016-07-14 20:40:24 -0600 |
commit | ec564b47dad46e57347cef7b3f7f5bb51a329302 (patch) | |
tree | f3a62bd5458a6e86ea9976de7099066002f591e8 /tools/dtoc/.gitignore | |
parent | 39782afb1ae86c15e59b1118278513a1a545652c (diff) |
dm: Add a library to provide simple device-tree access
This Python library provides a way to access the contents of the device
tree. It uses fdtget, so is inefficient for larger device tree files.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/dtoc/.gitignore')
-rw-r--r-- | tools/dtoc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dtoc/.gitignore b/tools/dtoc/.gitignore new file mode 100644 index 00000000000..0d20b6487c6 --- /dev/null +++ b/tools/dtoc/.gitignore @@ -0,0 +1 @@ +*.pyc |