[U-Boot-Users] Problems with the port to PPC 405EP ev. board

llandre r&d at wawnet.biz
Tue Mar 18 16:49:30 CET 2003


>My suggestion will be to move your pll_write and reset_cpu functions to 
>the bottom of the file, at least past the exception
>vectors. Remember, that the execution starts at 0x100 and there are only 
>256 bytes before the next exception vector. Your problem is that your code 
>is too big to
>be placed in the exception vector space and thus overlapped with
>the next vector.

You were right. I moved the new code at the end of the file and now the 
build is ok.
Many thanks again and best regards.


llandre





More information about the U-Boot mailing list