Re: [U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-07-04 Thread Stefano Babic
On 07/04/2011 11:34 AM, Torsten Koschorrek wrote: Hi Torsten, > What's the status of this patch? Do I need to resend a modified version > without config.mk and scb9328.c? Or I could do a small cleanup as > discussed in this thread. But as I said, MAKEALL is happy with the > modified scb9328.h Th

Re: [U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-07-04 Thread Torsten Koschorrek
Torsten Koschorrek wrote: > Hello, > > Stefano Babic wrote: >> On 06/10/2011 07:44 AM, Torsten Koschorrek wrote: >> Hi Torsten, >> >> send your answer to the ML, too. Someone else can help you ;-) >> > > Oh, yes, right. This little 'Reply All' Button, sorry :-) > size1 = get_ram_size((volatile

Re: [U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-06-10 Thread Torsten Koschorrek
Hello, Stefano Babic wrote: > On 06/10/2011 07:44 AM, Torsten Koschorrek wrote: > Hi Torsten, > > send your answer to the ML, too. Someone else can help you ;-) > Oh, yes, right. This little 'Reply All' Button, sorry :-) >>> size1 = get_ram_size((volatile void *)SCB9328_SDRAM_1, >>> SCB9328

Re: [U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-06-10 Thread Stefano Babic
On 06/10/2011 07:44 AM, Torsten Koschorrek wrote: > Hello, Hi Torsten, send your answer to the ML, too. Someone else can help you ;-) >> size1 = get_ram_size((volatile void *)SCB9328_SDRAM_1, >> SCB9328_SDRAM_1_SIZE); >> #if ( CONFIG_NR_DRAM_BANKS> 1 ) >> size2 = get_ram_size((volatile void

Re: [U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-06-09 Thread Stefano Babic
On 06/09/2011 01:36 PM, Torsten Koschorrek wrote: > This patch fixed compiler errors due to missing definitions of > CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR. > > The board doesn't start, though. A v2 of this patch or a seperate patch > will fix the error when it was found. > > Signed-of

[U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-06-09 Thread Torsten Koschorrek
This patch fixed compiler errors due to missing definitions of CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR. The board doesn't start, though. A v2 of this patch or a seperate patch will fix the error when it was found. Signed-off-by: Torsten Koschorrek --- board/scb9328/config.mk |2