From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 6 Feb 2021 16:16:52 -0800 Subject: [PATCH v2 31/33] dtoc: Generate a summary in the dt-plat.c file In-Reply-To: <20210203130121.2478810-32-sjg@chromium.org> References: <20210203130121.2478810-32-sjg@chromium.org> <20210203130121.2478810-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add a summary to the top of the generated code, to make it easier to see what the file contains. Also add a tab to .plat so that its value lines up with the others. Signed-off-by: Simon Glass --- (no changes since v1) tools/dtoc/dtb_platdata.py | 20 +++- tools/dtoc/test_dtoc.py | 184 ++++++++++++++++++++++++++++++------- 2 files changed, 169 insertions(+), 35 deletions(-) Applied to u-boot-dm, thanks!