
23 May
2003
23 May
'03
3:09 p.m.
hi
what are the macros CFG_MONITOR_BASE, CFG_FLASH_BASE and TEXT_BASE ?
I think, CFG_FLASH_BASE is the lowest address of the flash. But what are the other macros?
My problem:
My flash memory (8MB) starts at 0xff800000. But the bootloader should start at 0xfff80000. Is it possible?
The bootloader works if I define CFG_FLASH_BASE to 0xfff80000, but I need the real start address of the flash memory in the board-info-structure.
Thanks Bogdan