[PATCH v3] imx: imx8qm-rom7720: switch to binman

Fabio Estevam festevam at gmail.com
Tue Oct 25 16:04:51 CEST 2022


Hi Oliver,

On Fri, Oct 7, 2022 at 10:14 AM Oliver Graute
<oliver.graute at kococonnector.com> wrote:

> +                               fdt {
> +                                       filename = "imx8qm-rom7720-a1";

Please do not hardcode this dtb filename inside the common
imx8qm-u-boot.dtsi file.

You can look at arch/arm/dts/imx8mm-u-boot.dtsi  as a reference.

> +                                       type = "flat_dt";
> +                                       compression = "none";
> +
> +                                       uboot_fdt_blob {
> +                                               filename = "u-boot.dtb";
> +                                               type = "blob-ext";
> +                                       };
> +                               };
> +                       };
> +
> +                       configurations {
> +                               default = "conf";
> +
> +                               conf {
> +                                       filename = "imx8qm-rom7720-a1";

Same here.

Also, could you please try converting all imx8mq/qxp boards to binman?

Thanks


More information about the U-Boot mailing list