]> git.ipfire.org Git - people/ms/u-boot.git/commit
dtoc: Put each phandle on a separate line
authorSimon Glass <sjg@chromium.org>
Tue, 29 Aug 2017 20:15:57 +0000 (14:15 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Sep 2017 11:27:47 +0000 (05:27 -0600)
commit35d503700f294b6f5dd930e2c1b0dd841f1b58fb
treeef01c0239b7b32381f7c62cc5f56a80c81c29dbf
parent0d15463c0537806f70ea2359e32e4deb8c4766c2
dtoc: Put each phandle on a separate line

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@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py