[U-Boot-Users] Re: Coldfile 5282 - Hello_world again
Jens Scharsig
esw at bus-elektronik.de
Mon Jan 30 16:03:08 CET 2006
Hello again,
> int hello_world (int argc, char *argv[])
> {
> 20000: 4e56 0000 linkw %fp,#0
> int i;
>
> /* Print the ABI version */
> app_startup(argv);
> 20004: 2f2e 000c movel %fp@(12),%sp at -
> 20008: 206d 000c moveal %a5@(12),%a0
> 2000c: 4e90 jsr %a0@
I think, blame it on my problem is the moveal %a5@(12),%a0.
I can't find any initilalize command for a5 in the hole code.
Has anybody a simple example with a working initialize sequence?
Thx Jens
More information about the U-Boot
mailing list