hi,
i am working on 814x target, and i am trying to boot the system using SBL package executing in place in the external flash (XIP mode),
the problem is whenever the code tries to branch to a label that is defined in a different file, something wrong happens with resolving this label to it's physical address in the flash, will enabling the MMU help solving this problem?or what could be done to solve this problem? and what are the minimal initialization needed to get the branching working fine? (i.e the GPMC is configured and enabled before this kind of branching)
Thank You,