Hi Andrea, On Wed, Nov 5, 2025 at 4:13 AM Andrea Calabrese <[email protected]> wrote: > diff --git a/configs/imx6ulz_smm_m2.config b/configs/imx6ulz_smm_m2.config > new file mode 100644 > index 00000000000..50dafd887f2 > --- /dev/null > +++ b/configs/imx6ulz_smm_m2.config > @@ -0,0 +1 @@ > +#include <configs/imx6ulz_smm_m2.config>
A file that includes itself? You have not tested this, as this does not even build. Here is my suggestion: 1. Make a patch that introduces configs/imx6ulz_smm_m2.config with the standard defconfig options and convert the existing imx6ulz_smm defconfig to make use of it. 2. Make another patch that introduces the m2d board. 3. Make sure it builds and boots.

