[U-Boot] [PATCH 14/15] tools: Set an initial value for indir

Simon Glass sjg at chromium.org
Sun Sep 23 22:47:26 UTC 2018


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

Signed-off-by: Simon Glass <sjg at 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



More information about the U-Boot mailing list