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.

x-loader中TEXT_BASE是如何设定的



大侠们,在x-loader中,board文件夹下的craneboard和am3517evm中,config.mk里定义的TEXT_BASE 不一样,craneboard定义为TEXT_BASE = 0x40208800,但是evm的定义为TEXT_BASE = 0x40200800, 对于同一个CPU,为什么要定义不同的地址,会带来什么影响,求指教。