On Thu, Mar 28, 2024 at 7:48 AM Ye Li <[email protected]> wrote: > - ret = imx9_probe_mu(NULL, NULL); > + ret = imx9_probe_mu();
This series breaks the build because you missed updating phycore_imx93 and imx93_var_som: board/phytec/phycore_imx93/spl.c: ret = imx9_probe_mu(NULL, NULL); board/variscite/imx93_var_som/spl.c: ret = imx9_probe_mu(NULL, NULL); Please fix and resend.

