Re: [U-Boot] [PATCH v2 13/29] dtoc: Make use of the new pylibfdt methods

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > Now that pylibfdt supports a fuller API we don't need to directly call > the libfdt stubs. Update the code to use the Fdt methods instead. > > Some other cases remain which will be tidied up in a later commit, since > they need larger changes. > > Sign

[U-Boot] [PATCH v2 13/29] dtoc: Make use of the new pylibfdt methods

2018-07-06 Thread Simon Glass
Now that pylibfdt supports a fuller API we don't need to directly call the libfdt stubs. Update the code to use the Fdt methods instead. Some other cases remain which will be tidied up in a later commit, since they need larger changes. Signed-off-by: Simon Glass --- Changes in v2: None tools/