1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright 2018 NXP 4 */ 5 6#define __ASSEMBLY__ 7 8/* Boot from SD, sector size 0x400 */ 9BOOT_FROM SD 0x400 10/* SoC type IMX8QM */ 11SOC_TYPE IMX8QM 12/* Append seco container image */ 13APPEND mx8qm-ahab-container.img 14/* Create the 2nd container */ 15CONTAINER 16/* Add scfw image with exec attribute */ 17IMAGE SCU mx8qm-mek-scfw-tcm.bin 18/* Add ATF image with exec attribute */ 19IMAGE A35 spl/u-boot-spl.bin 0x00100000 20