dtoc: Tidy up Python style in dtb_platdata
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2020 03:36:21 +0000 (20:36 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 13 Dec 2020 14:58:17 +0000 (07:58 -0700)
commit9b3303822df97c5cc8e2df99e75d7a55246399ed
treeb19b646e17c05bf0570ff9d3bba8248e74bc002d
parent479dd30f4ac3a8ef417a9aafed24c0cad8a866be
dtoc: Tidy up Python style in dtb_platdata

Update this, mostly to add comments for argument and return types. It is
probably still too early to use type hinting since it was introduced in
3.5.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py