Re: [PATCH 18/49] dtoc: Output nodes in order

2021-01-06 Thread Simon Glass
Previously we had to worry about nodes being output before those that they depended on, thus causing build errors. So the current algorithm is careful to output nodes in the right order. We now use a different method for outputting phandles that does not involve pointers. Also we plan to add a 'd

[PATCH 18/49] dtoc: Output nodes in order

2020-12-28 Thread Simon Glass
Previously we had to worry about nodes being output before those that they depended on, thus causing build errors. So the current algorithm is careful to output nodes in the right order. We now use a different method for outputting phandles that does not involve pointers. Also we plan to add a 'd