From 8713142afd953e89bb6aa460716692fbb0a6a413 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Tue, 27 Aug 2019 08:39:15 -0300 Subject: [PATCH] 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 Reviewed-by: Ye Li Signed-off-by: Breno Lima --- doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt | 4 ++-- 1 file 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 directory to save it for later: $ cd /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 directory to save it for later: $ cd /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 .. -- 2.17.1