
In message EGEGIJHKDKJGAJMGIDPNOEPJCKAA.jwalden@digitalatlantic.com you wrote:
what I should have said is I need to place a number in CONFIG_MONITOR_LEN that makes the calculation for the address of _start in relocate_code to be something like 0x3fc0000 - right now I have it set to (196 * 1024) which is used to calculate _start - that is what I need to change.
I see.
We will modify the CONFIG_MONITOR_LEN related code soon. It was wrong to use this #define for too many too different things. [Unfortunately we will not get completely rid of it - CONFIG_MONITOR_LEN will only be used to determine if the flash is embedded in the U-Boot image or not, nothing else. We could remove it there, too, but this would blow up code size beyond acceptable limits.]
Best regards,
Wolfgang Denk