
14 Aug
2017
14 Aug
'17
11:15 p.m.
On Sat, Aug 12, 2017 at 11:03:46AM +0200, Max Krummenacher wrote:
If compiling for thumb the U-Boot 'go' command can not jump to the entry point, as the jump will be done in the assumption that the code jumped to is using the arm instruction set.
So add add a simple forwarder in arm instruction set which then jumps to the 'real' entry.
Signed-off-by: Max Krummenacher max.krummenacher@toradex.com
This looks like a special case of what we're doing in f99993c10882 and dc89c6fb778e and perhaps we need to move that kind of fixup around to somewhere else, as I assume you've found this problem on a custom application? Or are you utilizing hello_world in some test suites? Just curious, thanks!
--
Tom