tools/genboardscfg.py: remove bogus import subprocess
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 May 2016 06:16:47 +0000 (15:16 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:47:56 +0000 (15:47 -0400)
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@socionext.com>
tools/genboardscfg.py

index 23c956b..c2efad5 100755 (executable)
@@ -21,7 +21,6 @@ import glob
 import multiprocessing
 import optparse
 import os
-import subprocess
 import sys
 import tempfile
 import time