MLK-20935-4 doc: imx: ahab: Fix typo in mx8_mx8x_secure_boot.txt guide

Fix a typo in path provided for imx-mkimage iMX8QM and iMX8QXP directories.

Reported-by: Marius Grigoras <marius.grigoras@nxp.com>
Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit c75243c1a87a10f003377d9c144bcf412ba80440)
This commit is contained in:
Breno Lima 2019-02-15 16:51:36 -02:00 committed by Ye Li
parent b3fd045c1d
commit bf8dbd0c10
1 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ generated to the <work> directory to save it for later:
$ cd <work>/imx-mkimage $ cd <work>/imx-mkimage
$ cp iMX8QX/flash.bin .. $ cp iMX8QX/flash.bin ..
$ make SOC=iMX8QX flash_linux $ make SOC=iMX8QX flash_linux
$ mv i.MX8QX/flash.bin iMX8QX/flash_os.bin $ mv iMX8QX/flash.bin iMX8QX/flash_os.bin
$ cp iMX8QX/flash_os.bin .. $ cp iMX8QX/flash_os.bin ..
- On i.MX 8 QM - On i.MX 8 QM
@ -334,7 +334,7 @@ generated to the <work> directory to save it for later:
$ cd <work>/imx-mkimage $ cd <work>/imx-mkimage
$ cp iMX8QM/flash.bin .. $ cp iMX8QM/flash.bin ..
$ make SOC=iMX8QM flash_linux $ make SOC=iMX8QM flash_linux
$ mv i.MX8QM/flash.bin iMX8QM/flash_os.bin $ mv iMX8QM/flash.bin iMX8QM/flash_os.bin
$ cp iMX8QM/flash_os.bin .. $ cp iMX8QM/flash_os.bin ..
If the make command ends successfully, the end of the result should look If the make command ends successfully, the end of the result should look