Hi all,
As part of debugging U-Boot, it would be nice to be able to follow what's going on, not just with the disassembler but with the source code as well. The problem is that beyond a certain point in the startup sequence the problem isn't running at the link address but at another address in memory it's moved to. Is there a way to CCS to look at $link-addr + offset in stead of (or in addition to) $link-addr ? Thanks!
