> On 03.03.22 14:41, Gaurav Jain wrote: >> As we have not received any response from imx6dl_mamoj board maintainer. >> I propose the below solution >> >> --- a/arch/arm/mach-imx/Kconfig >> +++ b/arch/arm/mach-imx/Kconfig >> @@ -49,8 +49,8 @@ config USE_IMXIMG_PLUGIN config IMX_HAB >> - select FSL_CAAM if HAS_CAAM >> - imply CMD_DEKBLOB if HAS_CAAM >> + imply FSL_CAAM if HAS_CAAM >> + imply CMD_DEKBLOB if FSL_CAAM >> Help >> > > IMO this is ok, I was also wrong, Marek is not the maintainer of this > board. This was the only board with broken build - let's say, I will > still wait a couple of days, and if there is no comments, I will apply > your series (but then V10). I can apply this fix myself, no need to post > the series again (I have not seen any other comment or request to change).
I don't understand why the solution isn't the same one as for the layerscape part in this series[1]: enable the config per board (that is your boards) and leave all others the same as before? -michael [1] https://lore.kernel.org/u-boot/4068dc3f802dad82972c64123743f...@walle.cc/