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.

[OMAP3530] CFG_LOADADDR and TEXT_BASE

Other Parts Discussed in Thread: OMAP3530

Hi:

   I have a  OMAP3530 development board based BeagleBoard. Now ,i am transplanting x-load and uboot, but ran into difficulties.

   xloader/include/configs/omap3530beagle.h

           #define CFG_LOADADDR  0x80008000

   uboot/board/omap3530beagle/config.mk

          TEXT_BASE = 0x80e80000

    what is the relationship of these two variables(CFG_LOADADDR and TEXT_BASE), Please say more points.

    regards