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)
commit9763e4eb93bfcb5cc50edf13b152c231b218591f
tree88b1d69c2b4465b53f3372c53351f58259181ea8
parent8840bc56fb8510a6284f0334f2236a302fe934dc
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