[PATCH v2 07/21] dtoc: Fix a few pylint warnings in dtb_platdata

Simon Glass sjg at chromium.org
Mon Dec 28 17:25:43 CET 2020


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 at chromium.org>
---

(no changes since v1)

 tools/dtoc/dtb_platdata.py | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list