dtoc: Fix a few pylint warnings in dtb_platdata
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:19 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commitccc3da77aec69ed5bddd70c0ee598e4d6fc6bdc1
treec3000680aa475d65d6fb85532f48cfe72dd7633e
parent079ac59586fa1e0c69020e74e4f16cbfdf82232d
dtoc: Fix a few pylint warnings in dtb_platdata

These have crept in again. Update the file to fix all but these ones:

   dtb_platdata.py:143:0: R0902: Too many instance attributes (10/7)
      (too-many-instance-attributes)
   dtb_platdata.py:713:0: R0913: Too many arguments (6/5)
      (too-many-arguments)

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