Hello community,<br>
<br>
I've problem with jump to cpu_init_f. I trace the begin of u-boot
execution, i.e. assembler code. It is okay, until it achieves the jump
to cpu_init_f. Then it jumps to a random point. &quot;Random&quot; means that it
is same point for every compilation. After next compilation this point
changes randomly.<br>
<br>
The picture is next: in debugger I see that cpu_init_f placed on the address 0xfff06924.<br>
I see same when I do disassemble the u-boot image.<br>
<br>
Please hint where may I be mistaken?<br>
<br>
The board: custom 8247A based, 2 M. flash.<br>
Compilation: configured and compiled for 8260. Neither error nor warnings during compilation.<br>
Toolchain: ELDK version 3.1.1 Build 2005-06-07<br>
Linux: SuSE 9.3 kernel 2.6.11.4-21.9-default<br>