[U-Boot] [PATCH v2 14/29] dtoc: Drop use of a local dtb buffer
Simon Glass
sjg at chromium.org
Mon Jul 9 19:52:41 UTC 2018
On 6 July 2018 at 10:27, Simon Glass <sjg at chromium.org> wrote:
> At present the Fdt class has its own copy of the device tree. This is
> confusing an unnecessary now that pylibfdt has its own. Drop it and
> provide access functions to the buffer.
>
> This allows us to move the rest of the implementation to use pylibfdt
> methods instead of directly calling libfdt stubs.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> tools/dtoc/fdt.py | 16 ++++++++--------
> tools/dtoc/test_fdt.py | 4 ++--
> 2 files changed, 10 insertions(+), 10 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list