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