Peng Fan | 0d331c0 | 2019-03-05 02:32:49 +0000 | [diff] [blame] | 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 */ |
| 9 | BOOT_FROM SD 0x400 |
| 10 | /* SoC type IMX8QM */ |
| 11 | SOC_TYPE IMX8QM |
| 12 | /* Append seco container image */ |
| 13 | APPEND mx8qm-ahab-container.img |
| 14 | /* Create the 2nd container */ |
| 15 | CONTAINER |
| 16 | /* Add scfw image with exec attribute */ |
| 17 | IMAGE SCU mx8qm-mek-scfw-tcm.bin |
| 18 | /* Add ATF image with exec attribute */ |
| 19 | IMAGE A35 spl/u-boot-spl.bin 0x00100000 |