tools/genboardscfg.py: remove bogus import subprocess

Since f6c8f38ec6 ("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>
This commit is contained in:
Masahiro Yamada 2016-05-22 15:16:47 +09:00 committed by Tom Rini
parent 56adbb3872
commit d339df522b
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import glob
import multiprocessing
import optparse
import os
import subprocess
import sys
import tempfile
import time