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:
committed by
Tom Rini
parent
56adbb3872
commit
d339df522b
@@ -21,7 +21,6 @@ import glob
|
||||
import multiprocessing
|
||||
import optparse
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
import time
|
||||
|
Reference in New Issue
Block a user