[U-Boot] [PATCH 10/30] dtoc: Move Widen() and GetPhandle() into the base class
Simon Glass
sjg at chromium.org
Sat Aug 27 18:05:39 CEST 2016
On 25 July 2016 at 18:59, Simon Glass <sjg at 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 at 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.
More information about the U-Boot
mailing list