
2 May
2017
2 May
'17
1:27 p.m.
Since we only have one Fdt implementation now we don't need to have a base class. Merge the implementation and the base class together.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/dtoc/fdt.py | 176 +++++++++++++++++++++++++++++++----- tools/dtoc/fdt_normal.py | 226 ----------------------------------------------- tools/dtoc/fdt_select.py | 8 +- 3 files changed, 157 insertions(+), 253 deletions(-) delete mode 100644 tools/dtoc/fdt_normal.py
Applied to u-boot-fdt/next, thanks!