mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00: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:
parent
56adbb3872
commit
d339df522b
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ import glob
|
|||
import multiprocessing
|
||||
import optparse
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
import time
|
||||
|
|
Loading…
Add table
Reference in a new issue