diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-08 18:04:13 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-08 18:04:13 -0500 |
commit | e8e3f2d2d48f97b2c79b698eccedce8f4f880993 (patch) | |
tree | dc92c94f1c2451050dbfe07c18909d27d621be90 /cmd | |
parent | 606b239a6c60868da1767b973e5f9c3e6eae48fe (diff) | |
parent | 279dc04f25538eb69f4377d73a9f2889a651cf5f (diff) |
Merge branch '2019-03-08-master-imports'
- Assorted minor fixes:
- ARM: qemu-arm: enable USB boot in distro boot with UEFI
- image: fdt: handle coalesced reserve region
- cmd: thordown: Fix spelling of download.
- fdt: Fix FIT header verification in mkimage and conduct same checks
as bootm
- test: Update test-imagetools.sh to match new syntax
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/thordown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/thordown.c b/cmd/thordown.c index ce3660d174..19ae6721d1 100644 --- a/cmd/thordown.c +++ b/cmd/thordown.c @@ -65,7 +65,7 @@ done: U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down, "TIZEN \"THOR\" downloader", "<USB_controller> <interface> <dev>\n" - " - device software upgrade via LTHOR TIZEN dowload\n" + " - device software upgrade via LTHOR TIZEN download\n" " program via <USB_controller> on device <dev>,\n" " attached to interface <interface>\n" ); |