[U-Boot] [PATCH v2 04/16] dtoc: Avoid very long lines in output
sjg at google.com
sjg at google.com
Fri Sep 15 19:25:47 UTC 2017
Large arrays can result in lines with hundreds or thousands of characters
which is not very editor-friendly. To avoid this, addjust the tool to
group values 8 per line.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
tools/dtoc/dtb_platdata.py | 7 ++++++-
tools/dtoc/test_dtoc.py | 6 ++++--
2 files changed, 10 insertions(+), 3 deletions(-)
Applied to u-boot-fdt thanks!
More information about the U-Boot
mailing list