[U-Boot] [PATCH] tools/genboardscfg.py: remove bogus import subprocess

Masahiro Yamada yamada.masahiro at socionext.com
Sun May 22 08:16:47 CEST 2016


Since f6c8f38ec601 ("tools/genboardscfg.py: improve performance more
with Kconfiglib"), this tool does not use the subprocess module.

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 tools/genboardscfg.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/genboardscfg.py b/tools/genboardscfg.py
index 23c956b..c2efad5 100755
--- a/tools/genboardscfg.py
+++ b/tools/genboardscfg.py
@@ -21,7 +21,6 @@ import glob
 import multiprocessing
 import optparse
 import os
-import subprocess
 import sys
 import tempfile
 import time
-- 
1.9.1



More information about the U-Boot mailing list