[PATCH v5] imx: imx8qm: cgtqmx8: switch to binman

Oliver Graute oliver.graute at gmail.com
Wed Oct 26 16:00:09 CEST 2022


On 25/10/22, Fabio Estevam wrote:
> Hi Oliver,
> 
> On Tue, Oct 25, 2022 at 12:31 PM Oliver Graute <oliver.graute at gmail.com> wrote:
> 
> > Now Running into this issue:
> >
> >   MKIMAGE u-boot.img
> >   MKIMAGE u-boot-dtb.img
> >   LD      u-boot.elf
> > make[1]: Für das Ziel „SPL“ ist nichts zu tun.
> >   BINMAN  all
> > binman: Section '/binman/u-boot-spl-ddr': Symbol '_binman_u_boot_any_prop_image_pos'
> >    in entry '/binman/u-boot-spl-ddr/u-boot-spl/u-boot-spl-nodtb': Entry 'u-boot-any' not found in list (u-boot-spl-nodtb,u-boot-spl-dtb,u-boot-spl,main-section)
> > Makefile:1109: recipe for target 'all' failed
> > make: *** [all] Error 1
> >
> > some hints?
> 
> I suggest sending the two patches as a series: 1/2 and 2/2 as it is
> easier to review.

Ok will send both patches in a series 
> 
> Looks like you missed passing @fdt-SEQ like it is done on
> arch/arm/dts/imx8mm-u-boot.dtsi.

Still see the above error (only for cgtqmx8 board) after replacing fdt
with @fdt-SEQ and further alignment with arch/arm/dts/imx8mm-u-boot.dtsi.

Error disappears if I remove the u-boot-spl node in imx8qm-u-boot.dts 
But this make no sense for me.

/*
		u-boot-spl {
			align-end = <4>;
			filename = "u-boot-spl.bin";
		};
*

Best regards,

Oliver


More information about the U-Boot mailing list