commit | d0cd075cc0900e62a9376bc50a4957bcbdbfaf17 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 29 14:15:57 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 15 05:27:47 2017 -0600 |
tree | ef01c0239b7b32381f7c62cc5f56a80c81c29dbf | |
parent | e94414b14f75ede800312a28d0bc737567f2447f [diff] |
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>