1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

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

View File

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