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