MLK-22513 doc: ahab: Update OS container image target
authorBreno Lima <breno.lima@nxp.com>
Tue, 27 Aug 2019 11:39:15 +0000 (08:39 -0300)
committerYe Li <ye.li@nxp.com>
Wed, 28 Aug 2019 02:00:12 +0000 (19:00 -0700)
Commit 28dd37699022("imx8: Clean up targets") in imx-mkimage project
renamed flash_linux target to flash_kernel.

Update AHAB documentation to align with this change.

Reported-by: Frank Zhang <frank.zhang@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Breno Lima <breno.lima@nxp.com>
doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt

index ed2346a..591a6c3 100644 (file)
@@ -325,7 +325,7 @@ generated to the <work> directory to save it for later:
 
   $ cd <work>/imx-mkimage
   $ cp iMX8QX/flash.bin ..
-  $ make SOC=iMX8QX flash_linux
+  $ make SOC=iMX8QX flash_kernel
   $ mv iMX8QX/flash.bin iMX8QX/flash_os.bin
   $ cp iMX8QX/flash_os.bin ..
 
@@ -333,7 +333,7 @@ generated to the <work> directory to save it for later:
 
     $ cd <work>/imx-mkimage
     $ cp iMX8QM/flash.bin ..
-    $ make SOC=iMX8QM flash_linux
+    $ make SOC=iMX8QM flash_kernel
     $ mv iMX8QM/flash.bin iMX8QM/flash_os.bin
     $ cp iMX8QM/flash_os.bin ..