We have separate sections for each i.MX SoC within the makefile, add one for the i.MX9 SoC too. Signed-off-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> --- images/Makefile.imx | 1 + 1 file changed, 1 insertion(+) diff --git a/images/Makefile.imx b/images/Makefile.imx index 693f7ca12a7e..a4f50892eb0d 100644 --- a/images/Makefile.imx +++ b/images/Makefile.imx @@ -496,6 +496,7 @@ MAX_PBL_MEMORY_SIZE_start_mnt_reform = 0x3f000 FILE_barebox-mnt-reform.img = start_mnt_reform.pblb.imximg image-$(CONFIG_MACH_MNT_REFORM) += barebox-mnt-reform.img +# ----------------------- i.MX9 based boards -------------------------- quiet_cmd_imx9img = IMX9IMG $@ cmd_imx9img = $(objtree)/scripts/imx9image -soc IMX9 -c -ap $< a55 0x2049A000 -out $@ \ -pblsize $($(patsubst $(obj)/%.pblb,PBL_MEMORY_SIZE_%,$<)) > /dev/null -- 2.39.2