mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Fix spelling of "extended".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Tom Rini

parent
82bd2f29ea
commit
da1a3bd4d3
@ -162,7 +162,7 @@ static char bootm_help_text[] =
|
|||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_FIT)
|
#if defined(CONFIG_FIT)
|
||||||
"\t\nFor the new multi component uImage format (FIT) addresses\n"
|
"\t\nFor the new multi component uImage format (FIT) addresses\n"
|
||||||
"\tmust be extened to include component or configuration unit name:\n"
|
"\tmust be extended to include component or configuration unit name:\n"
|
||||||
"\taddr:<subimg_uname> - direct component image specification\n"
|
"\taddr:<subimg_uname> - direct component image specification\n"
|
||||||
"\taddr#<conf_uname> - configuration specification\n"
|
"\taddr#<conf_uname> - configuration specification\n"
|
||||||
"\tUse iminfo command to get the list of existing component\n"
|
"\tUse iminfo command to get the list of existing component\n"
|
||||||
|
Reference in New Issue
Block a user