
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 identical in both subclasses. Move them into the base class.
Note: In fact there is a bug in one version, which was fixed by this patch:
https://patchwork.ozlabs.org/patch/651697/
Signed-off-by: Simon Glass sjg@chromium.org
tools/dtoc/fdt.py | 41 +++++++++++++++++++++++++++++++++++++++++ tools/dtoc/fdt_fallback.py | 36 ------------------------------------ tools/dtoc/fdt_normal.py | 42 ------------------------------------------ 3 files changed, 41 insertions(+), 78 deletions(-)
Applied to u-boot-dm/next.