Hi Philipp, On 17 February 2017 at 10:24, Philipp Tomsich <philipp.toms...@theobroma-systems.com> wrote: > Previously, dtoc could only process the top-level nodes which led to > device nodes in hierarchical trees to be ignored. E.g. the mmc0 node > in the following example would be ignored, as only the soc node was > processed: > > / { > soc { > mmc0 { > /* ... */ > }; > }; > }; > > This introduces a recursive helper method ScanNode, which is used by > ScanTree to recursively parse the entire tree hierarchy. > > Signed-off-by: Philipp Tomsich <philipp.toms...@theobroma-systems.com> > --- > tools/dtoc/dtoc.py | 19 ++++++++++++++++++- > 1 file changed, 18 insertions(+), 1 deletion(-)
Thanks for the patch. It seems to be in a funny format, in that only a few lines are changed but it has the whole file as context. Can you perhaps try using 'patman' to generate the patch? Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot