u-boot-brain/tools/dtoc
Simon Glass bc1dea3656 dtoc: Move BytesToValue() and GetEmpty() into PropBase
These functions are currently in a separate fdt_util file. Since they are
only used from PropBase and subclasses, it makes sense for them to be in the
PropBase class.

Move these functions into fdt.py along with the list of types.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-09-18 21:04:38 -06:00
..
.gitignore dm: Add a library to provide simple device-tree access 2016-07-14 20:40:24 -06:00
dtoc dm: Add a tool to generate C code from a device tree 2016-07-14 20:40:24 -06:00
dtoc.py dtoc: Move BytesToValue() and GetEmpty() into PropBase 2016-09-18 21:04:38 -06:00
fdt_fallback.py dtoc: Move BytesToValue() and GetEmpty() into PropBase 2016-09-18 21:04:38 -06:00
fdt_normal.py dtoc: Move BytesToValue() and GetEmpty() into PropBase 2016-09-18 21:04:38 -06:00
fdt_select.py dtoc: Create a base class for Fdt 2016-09-18 21:04:38 -06:00
fdt_util.py dtoc: Move BytesToValue() and GetEmpty() into PropBase 2016-09-18 21:04:38 -06:00
fdt.py dtoc: Move BytesToValue() and GetEmpty() into PropBase 2016-09-18 21:04:38 -06:00