diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-23 14:43:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-23 14:43:47 -0400 |
commit | 331c7438104149655a5fe96ed4a3d29b00d422de (patch) | |
tree | d7199a387a4fad25e82cf5932950a7e452d0ff10 /cmd | |
parent | 4ff63383e3497389e66cf70943a83bdb1810462a (diff) | |
parent | 1c078ad7d954759d9021b126ad05d063a90ebae6 (diff) | |
download | u-boot-331c7438104149655a5fe96ed4a3d29b00d422de.tar.gz |
Merge branch '2020-06-23-misc-minor-fixes'WIP/23Jun2020
- Assorted minor fixes
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/booti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/booti.c b/cmd/booti.c index ae37975494..af0603b96e 100644 --- a/cmd/booti.c +++ b/cmd/booti.c @@ -141,7 +141,7 @@ static char booti_help_text[] = "\tspecifying the size of a RAW initrd.\n" "\tCurrently only booting from gz, bz2, lzma and lz4 compression\n" "\ttypes are supported. In order to boot from any of these compressed\n" - "\timages, user have to set kernel_comp_addr_r and kernel_comp_size enviornment\n" + "\timages, user have to set kernel_comp_addr_r and kernel_comp_size environment\n" "\tvariables beforehand.\n" #if defined(CONFIG_OF_LIBFDT) "\tSince booting a Linux kernel requires a flat device-tree, a\n" |