This variable is not documented or set up in the module. Fix this.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 tools/patman/tools.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/patman/tools.py b/tools/patman/tools.py
index e80481438b5..e3da14d1eff 100644
--- a/tools/patman/tools.py
+++ b/tools/patman/tools.py
@@ -22,6 +22,9 @@ chroot_path = None
 # Search paths to use for Filename(), used to find files
 search_paths = []
 
+# List of paths to use when looking for an input file
+indir = []
+
 
 def PrepareOutputDir(dirname, preserve=False):
     """Select an output directory, ensuring it exists.
-- 
2.19.0.444.g18242da7ef-goog

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to