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.

U-boot relocation address for OMAP5 EVK board

I am using dra7xx evm board. I have below doubhts while understanding the U-boot source. Can you please help.

1) In include/configs/ti_armv7_common.h file CONFIG_SYS_TEXT_BASE was defined as "0x80800000", how this address is derived. I could see following entries in TRM under memory map,


        Region Name             Start_Address      End_Address       Size      Description
    EMIF1_SDRAM_CS0    0x8000_0000       0xBFFF_FFFF     1 GiB     EMIF1 CS0: Access to DDR
    EMIF2_SDRAM_CS0    0x8000_0000       0xBFFF_FFFF     1 GiB     EMIF2 CS0: Access to DDR

This relocation address was chosen randomly between start and end address of EMIF1_SDRAM_CS0?