[PATCH 1/2] imx8qxp: Do not use CONFIG_XPL_BUILD in device tree

Fabio Estevam festevam at gmail.com
Sat Mar 15 12:58:01 CET 2025


Hi Hendrik,

On Fri, Mar 14, 2025 at 5:09 PM Hendrik Donner <hd at os-cillation.de> wrote:
>
> In c9713c155127 the device tree was moved
> from CONFIG_SPL to CONFIG_SPL_BUILD and later to CONFIG_XPL_BUILD, but
> the CONFIG_xPL_BUILD defines are never set for device trees, breaking
> the build. Move the guards back to CONFIG_SPL.

Please provide details about the "breaking the build". Which target
fails to build currently?

After applying this series, the previous build failures return:

aarch64: + imx8qm_mek
291
+WARNING 'mx8qm-ahab-container.img' not found, resulting binary is
not-functional
292
+binman: Error 1 running 'mkimage -d ./mkimage.spl.mkimage -n
spl/u-boot-spl.cfgout -T imx8image -e 0x100000
./mkimage-out.spl.mkimage': Fail open first container file
mx8qm-ahab-container.img
293
+
294
+make[1]: *** [Makefile:1133: .binman_stamp] Error 1
295
+make: *** [Makefile:177: sub-make] Error 2

Please check:
https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/1062980/viewer


More information about the U-Boot mailing list