How to make TFA redundant and how to make ROM code select different partitions of FSBL?
In stm32mp157, I need two partitions for FSBL, and it is working correctly, but I want to make TFA redundant meaning I should be able to update the second partition of FSBL and then shift it on the second partition on restart.
I have made roofs redundant, but then I used environment variables inside U-BOOT to switch partitions. TFA (BL2) runs instantly after the ROM code, and I cannot change that.
Is there any solution that I can do here? What is the purpose of having two FSBL partitions if it is not for redundant TFA?
