Re: [U-Boot] at91rm9200 linking problem (?)

2011-06-21 Thread Marcin Górski
>> To compile it I also had to add 3 macros to the configuration file: >> CONFIG_SYS_INIT_RAM_ADDR, > > Why this? I guess you mean CONFIG_SYS_SDRAM_BASE here. > Yes, my mistake. >> CONFIG_SYS_INIT_RAM_SIZE and >> CONFIG_SYS_INIT_SP_ADDR. Can this cause this problem? > > SYS_INIT_SP_ADDR is req

[U-Boot] at91rm9200 linking problem (?)

2011-06-20 Thread Marcin Górski
Hello, I'm trying to port U-Boot to ARM&EVA board (with AT92RM9200 cpu). I'm a little bit confused about usage of CONFIG_SYS_TEXT_BASE macro. As mentioned many times before U-Boot shouldn't be run from RAM, so I set CONFIG_SYS_TEXT_BASE to point a DataFlash memory. But when I do that not only .