From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 6 Jan 2021 07:12:55 -0800 Subject: [PATCH 14/49] dtoc: Add a header comment to each generated file In-Reply-To: <20201229033535.99990-15-sjg@chromium.org> References: <20201229033535.99990-15-sjg@chromium.org> <20201229033535.99990-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 It is currently fairly obvious what the two generated files are for, but this will change as more are added. It is helpful for readers to describe the purpose of each file. Add a header commment field to OutputFile and use it to generate a comment at the top of each file. Signed-off-by: Simon Glass --- tools/dtoc/dtb_platdata.py | 30 ++++++++++++++++++++---------- tools/dtoc/test_dtoc.py | 6 ++++-- 2 files changed, 24 insertions(+), 12 deletions(-) Applied to u-boot-dm/next, thanks!