]> git.baikalelectronics.ru Git - uboot.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)
commit287031b3ff0092766f1284726c31c7663641ecb5
treeef01c0239b7b32381f7c62cc5f56a80c81c29dbf
parent8b4910a94410e5455457ab77766e8332888589bc
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