Hi Oliver,
On Fri, Oct 7, 2022 at 10:14 AM Oliver Graute
<[email protected]> 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