Hi ,
In my ATF program, Maybe the BL2 stack area conflicts with BL33. When init_xlat_tables() function is executed, the content of BL33(uboot) will be destroyed(Valid BL33(uboot) Magic ID=0x1400000a, but changed to 0xffbc8743). Therefore, BL33(uboot) startup failed.

Without reducing the size of stack space, I want to move the position of BL33 in fip.bin to avoid conflicts.
So, how to modify the BL33 image offset of fip.bin in ATF?

thanks!