
13 Oct
2022
13 Oct
'22
9:20 a.m.
On 13/10/2022 08.20, Gaurav Jain wrote:
Hi Fabio
Thanks for the patch information. @Rasmus Villemoes I hope this fixed your problem?
Sort of, kind of. I monkey-patched arch/arm/dts/imx8mp-u-boot.dtsi to include that
+&sec_jr0 { + status = "disabled"; +}; +
because I don't want to do the much more invasive thing of sync'ing imx8mp.dtsi proper with linux master. So yes, the pointers did lead me to a local fix, and one that I can hopefully rip out again with the next U-Boot release.
Rasmus