
27 Aug
2016
27 Aug
'16
6:05 p.m.
On 25 July 2016 at 18:59, Simon Glass sjg@chromium.org wrote:
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
tools/dtoc/dtoc.py | 17 ++++++------ tools/dtoc/fdt.py | 66 ++++++++++++++++++++++++++++++++++++++++++++++ tools/dtoc/fdt_fallback.py | 4 +-- tools/dtoc/fdt_normal.py | 6 ++--- tools/dtoc/fdt_util.py | 66 ---------------------------------------------- 5 files changed, 80 insertions(+), 79 deletions(-)
Applied to u-boot-dm/next.