Re: [U-Boot] [PATCH 11/30] dtoc: Move a few more common functions into fdt.py

2016-08-27 Thread Simon Glass
On 25 July 2016 at 18:59, Simon Glass wrote: > Some functions have the same code in the subclasses. Move these into the > superclass to avoid duplication. > > Signed-off-by: Simon Glass > --- > > tools/dtoc/fdt.py | 57 > ++ > tools/dtoc/fdt_

[U-Boot] [PATCH 11/30] dtoc: Move a few more common functions into fdt.py

2016-07-25 Thread Simon Glass
Some functions have the same code in the subclasses. Move these into the superclass to avoid duplication. Signed-off-by: Simon Glass --- tools/dtoc/fdt.py | 57 ++ tools/dtoc/fdt_fallback.py | 16 - tools/dtoc/fdt_normal.py | 16