[U-Boot] [PATCH v2 12/16] dtoc: Put each phandle on a separate line
sjg at google.com
sjg at google.com
Fri Sep 15 19:25:37 UTC 2017
When writing values from properties which contain phandles, dtoc currently
writes 8 phandles per line. Change this to write one phandle per line.
This helps reduce line length, since phandles are generally longer and may
have arguments.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
tools/dtoc/dtb_platdata.py | 12 +++++++-----
tools/dtoc/test_dtoc.py | 3 ++-
2 files changed, 9 insertions(+), 6 deletions(-)
Applied to u-boot-fdt thanks!
More information about the U-Boot
mailing list