Hello,
I'm currently developping an application for IMX6 SOLO processor embedded on custom board.
It uses U-boot to launch the application. When U-Boot start application I see that the entry point is not correct : 0x00000000 instead of 0x10100000 (see folowing image).
U-boot prompt
If I look into the .map file is see that _start is correctly defined :

And in the linkerscript :

Gdb information :

The other thing is that I'm able to run the application via Debugger.
So my question is : From where this could be coming from ?
Thanks in advance for your help,
Regards,