aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-03-05 20:19:02 -0700
committerSimon Glass <sjg@chromium.org>2022-03-18 19:24:25 -0600
commitae9a45702954707619df6990bb479c98f5346408 (patch)
tree47553e7bdbd50d14ba328bd081a27240fb305fd6 /tools/binman/entry.py
parent38397d0833720f808370655f407c89bc5f1d8ce9 (diff)
downloadu-boot-ae9a45702954707619df6990bb479c98f5346408.zip
u-boot-ae9a45702954707619df6990bb479c98f5346408.tar.gz
u-boot-ae9a45702954707619df6990bb479c98f5346408.tar.bz2
binman: Rename tools parameter to btools
This shadows the patman.tools library so rename it to avoid a pylint warning. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'tools/binman/entry.py')
-rw-r--r--tools/binman/entry.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/entry.py b/tools/binman/entry.py
index da77236..786c959 100644
--- a/tools/binman/entry.py
+++ b/tools/binman/entry.py
@@ -1101,11 +1101,11 @@ features to produce new behaviours.
"""
pass
- def AddBintools(self, tools):
+ def AddBintools(self, btools):
"""Add the bintools used by this entry type
Args:
- tools (dict of Bintool):
+ btools (dict of Bintool):
"""
pass