u_boot_pylib: Add a function to run a single command
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2025 16:26:45 +0000 (09:26 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 4 Mar 2025 19:31:49 +0000 (13:31 -0600)
commit3d094ce28a22690c3d672988af5f161310822603
tree5c459f23f717101ef39d7e0bc5fdef4d810507d8
parentf8456c91aad8259ab08bdf3654b8ee8c0187a45d
u_boot_pylib: Add a function to run a single command

Add a helper to avoid needing to use a list within a list for this
simple case.

Update existing users of runpipe() to use this where possible.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py
tools/buildman/boards.py
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/func_test.py
tools/buildman/toolchain.py
tools/patman/gitutil.py
tools/patman/patchstream.py
tools/rmboard.py
tools/u_boot_pylib/command.py
tools/u_boot_pylib/tools.py