
27 Aug
2016
27 Aug
'16
6:05 p.m.
On 25 July 2016 at 18:59, Simon Glass sjg@chromium.org wrote:
Some functions have the same code in the subclasses. Move these into the superclass to avoid duplication.
Signed-off-by: Simon Glass sjg@chromium.org
tools/dtoc/fdt.py | 57 ++++++++++++++++++++++++++++++++++++++++++++++ tools/dtoc/fdt_fallback.py | 16 ------------- tools/dtoc/fdt_normal.py | 16 ------------- 3 files changed, 57 insertions(+), 32 deletions(-)
Applied to u-boot-dm/next.