aboutsummaryrefslogtreecommitdiff
path: root/scripts/uboot-script-gen
diff options
context:
space:
mode:
authorBrian Woods2021-09-02 16:52:09 -0700
committerStefano Stabellini2021-09-03 10:50:14 -0700
commitdc2cd40bbd64a953b24c661fdc9ea04602aa1169 (patch)
treef54c6d45b0b9c192f0180512131061fa91b5dcac /scripts/uboot-script-gen
parent521cad1292a1d98a06dd62d549352cc8f307f370 (diff)
Fix error in uboot-script-gen help message
Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Diffstat (limited to 'scripts/uboot-script-gen')
-rwxr-xr-xscripts/uboot-script-gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/uboot-script-gen b/scripts/uboot-script-gen
index 76d6fe8..b955269 100755
--- a/scripts/uboot-script-gen
+++ b/scripts/uboot-script-gen
@@ -277,8 +277,8 @@ function print_help
echo "where:"
echo " CONFIG_FILE - configuration file"
echo " UBOOT_TYPE can be:"
- echo " sd - alias for \"mmc load 0:1\" for uboot load commands"
- echo " scsi - alias for \"scsi load 0:1\" for uboot load commands"
+ echo " sd - alias for \"load mmc 0:1\" for uboot load commands"
+ echo " scsi - alias for \"load scsi 0:1\" for uboot load commands"
echo " tftp - alias for \"tftpb\" for uboot load cammnds"
echo " fit - creates a fit image with a boot script"
echo " fit_std - used for creating a standard fit image, not compatable with dom0less (not recommended)"