]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Generate a summary in the dt-plat.c file
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:19 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit170aa31570ba3a0f00627d2bf57929aa749ab063
tree88b1d69c2b4465b53f3372c53351f58259181ea8
parent1a63db818db5daf063c9050536fc22ded80bd3ba
dtoc: Generate a summary in the dt-plat.c file

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 <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py