Re: [U-Boot] [PATCH v2 14/29] dtoc: Drop use of a local dtb buffer

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass 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

[U-Boot] [PATCH v2 14/29] dtoc: Drop use of a local dtb buffer

2018-07-06 Thread Simon Glass
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.