]> Git Repo - J-u-boot.git/blob - board/congatec/cgtqmx8/imximage.cfg
imx: imx8qm: cgtqmx8: switch to binman
[J-u-boot.git] / board / congatec / cgtqmx8 / imximage.cfg
1 /* SPDX-License-Identifier:     GPL-2.0+ */
2 /*
3  * Copyright 2018 NXP
4  */
5
6
7 BOOT_FROM       sd
8
9 /* SoC type IMX8QM */
10 SOC_TYPE IMX8QM
11 /* Append seco container image */
12 APPEND mx8qm-ahab-container.img
13 /* Create the 2nd container */
14 CONTAINER
15 /* Add scfw image with exec attribute */
16 IMAGE SCU mx8qm-val-scfw-tcm.bin
17 /* Add ATF image with exec attribute */
18 IMAGE A35 bl31.bin 0x80000000
19 /* Add U-Boot image with load attribute */
20 DATA A35 u-boot-dtb.bin 0x80020000
This page took 0.026364 seconds and 4 git commands to generate.