Current u-boot is running in RAM at 0x4020,0000 . it is defined by
#define CONFIG_SYS_TEXT_BASE 0x40200000
I try to relocate it to 0x6020,0000 by change
#define CONFIG_SYS_TEXT_BASE 0x60200000
Use uuu to burn image to flash, seems it does not work.
it refused to write to flash
this is such a simple change. what could I missed?
thanks
Xian