aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-11-19 08:36:04 -0700
committerTom Rini <trini@konsulko.com>2023-12-13 18:39:06 -0500
commit01feeec559858b6935f57b3d0fb26ac329118917 (patch)
tree0ef7292af0982c86f65fcd5ceb6289a38acb1fea /scripts
parent6b9fbb47e41190d8a9b2927fcc8f0cff8e0809ab (diff)
downloadu-boot-01feeec559858b6935f57b3d0fb26ac329118917.zip
u-boot-01feeec559858b6935f57b3d0fb26ac329118917.tar.gz
u-boot-01feeec559858b6935f57b3d0fb26ac329118917.tar.bz2
tools/make_pip: Add mention of u_boot_pylib in tool list
This is not a tool but it is handled by the script, so update the help to include it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make_pip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_pip.sh b/scripts/make_pip.sh
index 25a4049..d2639ff 100755
--- a/scripts/make_pip.sh
+++ b/scripts/make_pip.sh
@@ -39,7 +39,7 @@ flags="$*"
if [[ "${tool}" =~ ^(patman|buildman|dtoc|binman|u_boot_pylib)$ ]]; then
echo "Building dist package for tool ${tool}"
else
- echo "Unknown tool ${tool}: use patman, buildman, dtoc or binman"
+ echo "Unknown tool ${tool}: use u_boot_pylib, patman, buildman, dtoc or binman"
exit 1
fi