diff options
author | Heiko Schocher <hs@denx.de> | 2024-11-23 17:52:54 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-11-25 23:07:37 -0300 |
commit | 09cf59469935753b7895d4829c2a724156eed6ac (patch) | |
tree | d83f2e5493188a0674782fd7b6348593c3b249c6 | |
parent | ff536f38f5532325282a28054eeab6af9fcc6d8e (diff) |
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>
-rw-r--r-- | board/siemens/capricorn/imximage.cfg | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/board/siemens/capricorn/imximage.cfg b/board/siemens/capricorn/imximage.cfg index f73c5a7a9b0..7fd3fb8b72e 100644 --- a/board/siemens/capricorn/imximage.cfg +++ b/board/siemens/capricorn/imximage.cfg @@ -15,12 +15,18 @@ DCD_SKIP true /* 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 */ 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 */ IMAGE A35 spl/u-boot-spl.bin 0x00100000 |