summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2019-08-27 08:39:15 -0300
committerYe Li <ye.li@nxp.com>2020-04-26 23:36:26 -0700
commitdc5f81795624a33a33af987f0e978b21420ad1a5 (patch)
tree690116cae8d4dd93b63d1c7df5d36a96a873e975
parent574ff07aac0f1b7c5744ef044225a1a97bf95930 (diff)
MLK-22513 doc: ahab: Update OS container image target
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> (cherry picked from commit 8713142afd953e89bb6aa460716692fbb0a6a413)
-rw-r--r--doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt b/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt
index ed2346a9b6..591a6c30fd 100644
--- a/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt
+++ b/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt
@@ -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 ..