Re: [PATCH v2 10/21] dtoc: Output the struct values in a separate function

2020-12-28 Thread Simon Glass
Reduce the length of output_node() futher by moving the struct-output functionality into a two separate functions. Signed-off-by: Simon Glass --- (no changes since v1) tools/dtoc/dtb_platdata.py | 50 ++ 1 file changed, 34 insertions(+), 16 deletions(-) App

[PATCH v2 10/21] dtoc: Output the struct values in a separate function

2020-12-23 Thread Simon Glass
Reduce the length of output_node() futher by moving the struct-output functionality into a two separate functions. Signed-off-by: Simon Glass --- (no changes since v1) tools/dtoc/dtb_platdata.py | 50 ++ 1 file changed, 34 insertions(+), 16 deletions(-) dif