mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
doc: imx: fix typos in mxsimage.txt
This fixes two small typos in mxsimage.txt. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Reviewed-by: Breno Lima <breno.lima@nxp.com>
This commit is contained in:
parent
5271dcf581
commit
210594a868
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ These semantics and rules will be outlined now.
|
|||
TAG [LAST]
|
||||
- LAST :: Flag denoting the last section in the file
|
||||
|
||||
- After a "TAG" unstruction, any of the following instructions may follow
|
||||
- After a "TAG" instruction, any of the following instructions may follow
|
||||
in any order and any quantity:
|
||||
|
||||
NOOP
|
||||
|
@ -142,7 +142,7 @@ These semantics and rules will be outlined now.
|
|||
- An optional flags lines can be one of the following:
|
||||
|
||||
DISPLAYPROGRESS
|
||||
- Enable boot progress output form the BootROM.
|
||||
- Enable boot progress output from the BootROM.
|
||||
|
||||
- If the boot progress output from the BootROM is enabled, the BootROM will
|
||||
produce a letter on the Debug UART for each instruction it started processing.
|
||||
|
|
Loading…
Reference in a new issue