This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to set X-loader TEXT_BASE address

Other Parts Discussed in Thread: AM3505

Hi

I am trying to port X-loader to a new board with an AM3505 processor. I have a doubt about the TEXT_BASE.

 In x-loader/board/am3517crane/config.mk, the TEXT_BASE is set to 0x40208800, however, in  x-loader/board/am3517evm/config.mk,

TEXT_BASE is set to 0x40200800. Why are they assigned to different values? How can I set the TEXT_BASE based on my board?

Thanks in advance.

Bobo