diff mbox

[U-Boot] tools/genboardscfg.py: remove bogus import subprocess

Message ID 1463897807-30383-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit d339df522beb6d9268231069fd9e1d3e73af49ed
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada May 22, 2016, 6:16 a.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini May 30, 2016, 6:06 p.m. UTC | #1
On Sun, May 22, 2016 at 03:16:47PM +0900, Masahiro Yamada wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/tools/genboardscfg.py b/tools/genboardscfg.py
index 23c956b..c2efad5 100755
--- a/tools/genboardscfg.py
+++ b/tools/genboardscfg.py
@@ -21,7 +21,6 @@  import glob
 import multiprocessing
 import optparse
 import os
-import subprocess
 import sys
 import tempfile
 import time