mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-16 19:31:26 +02:00
siemens: imximage.cfg: sync image names
sync the image names in imximage.cfg with the ones used in arch/arm/dts/imx8qxp-u-boot.dtsi Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
ff536f38f5
commit
09cf594699
@ -15,12 +15,18 @@ DCD_SKIP true
|
|||||||
|
|
||||||
/* SoC type IMX8QX */
|
/* SoC type IMX8QX */
|
||||||
SOC_TYPE IMX8QX
|
SOC_TYPE IMX8QX
|
||||||
/* Append seco container image */
|
/*
|
||||||
APPEND ahab-container.img
|
* Append seco container image,
|
||||||
|
* use same name as in arch/arm/dts/imx8qxp-u-boot.dtsi
|
||||||
|
*/
|
||||||
|
APPEND mx8qxc0-ahab-container.img
|
||||||
/* Create the 2nd container */
|
/* Create the 2nd container */
|
||||||
CONTAINER
|
CONTAINER
|
||||||
/* Add scfw image with exec attribute */
|
/*
|
||||||
IMAGE SCU capricorn-scfw-tcm.bin
|
* Add scfw image with exec attribute
|
||||||
|
* use same name as in arch/arm/dts/imx8qxp-u-boot.dtsi
|
||||||
|
*/
|
||||||
|
IMAGE SCU mx8qx-mek-scfw-tcm.bin
|
||||||
|
|
||||||
/* Add SPL image with exec attribute */
|
/* Add SPL image with exec attribute */
|
||||||
IMAGE A35 spl/u-boot-spl.bin 0x00100000
|
IMAGE A35 spl/u-boot-spl.bin 0x00100000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user