Re: [U-Boot] [PATCH 02/11] dtoc: Add a comment at the top

2017-07-06 Thread sjg
Add a description of the dtoc tool at the top of the file. Signed-off-by: Simon Glass --- tools/dtoc/dtoc.py | 20 1 file changed, 20 insertions(+) Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de https:

[U-Boot] [PATCH 02/11] dtoc: Add a comment at the top

2017-06-18 Thread Simon Glass
Add a description of the dtoc tool at the top of the file. Signed-off-by: Simon Glass --- tools/dtoc/dtoc.py | 20 1 file changed, 20 insertions(+) diff --git a/tools/dtoc/dtoc.py b/tools/dtoc/dtoc.py index 056f5157c9..79779477d9 100755 --- a/tools/dtoc/dtoc.py +++ b/tools