
6 Jan
2021
6 Jan
'21
4:13 p.m.
Implement the 'output directory' feature, allowing dtoc to write the output files separately to the supplied directories. This allows us to handle the struct and platdata output in one run of dtoc.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/dtoc/dtb_platdata.py | 96 ++++++++++++++++++++++++++++++++++---- tools/dtoc/test_dtoc.py | 8 ++++ 2 files changed, 94 insertions(+), 10 deletions(-)
Applied to u-boot-dm/next, thanks!