1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright 2018 NXP 4 * 5 * Refer doc/imx/mkimage/imx8image.txt for more details about how-to configure 6 * and create imx8image boot image 7 */ 8 9 10BOOT_FROM sd 11/* SoC type IMX8QX */ 12SOC_TYPE IMX8QX 13/* Append seco container image */ 14APPEND ahab-container.img 15/* Create the 2nd container */ 16CONTAINER 17/* Add scfw image with exec attribute */ 18IMAGE SCU mx8qx-mek-scfw-tcm.bin 19/* Add ATF image with exec attribute */ 20IMAGE A35 spl/u-boot-spl.bin 0x00100000 21