Re: [U-Boot] Versatile PB compilation problem

2010-10-25 Thread Himanshu Chauhan
>> >>   Looks like the board you are compiling does not have support for the ARM >> relocation added recently. You would need to add valid entries to the board >> config file. >> >> Check this patch as an example >> http://www.mail-archive.com/u-boot@lists.denx.de/msg36109.html >> >> -sughosh The

Re: [U-Boot] Versatile PB compilation problem

2010-10-25 Thread Himanshu Chauhan
On Mon, Oct 25, 2010 at 7:55 PM, sughosh ganu wrote: > hi Himanshu, > > On Mon, Oct 25, 2010 at 6:46 PM, Himanshu Chauhan > wrote: >> >> I am compiling u-boot for ARM versatile-PB board. But the compilation >> fails with this error: >> >> board.c: In function ‘__dram_init_banksize’: >> board.c:45

Re: [U-Boot] Versatile PB compilation problem

2010-10-25 Thread sughosh ganu
hi Himanshu, On Mon, Oct 25, 2010 at 6:46 PM, Himanshu Chauhan wrote: > I am compiling u-boot for ARM versatile-PB board. But the compilation > fails with this error: > > board.c: In function ‘__dram_init_banksize’: > board.c:459: error: ‘CONFIG_SYS_SDRAM_BASE’ undeclared (first use in > this fun

[U-Boot] Versatile PB compilation problem

2010-10-25 Thread Himanshu Chauhan
I am compiling u-boot for ARM versatile-PB board. But the compilation fails with this error: board.c: In function ‘__dram_init_banksize’: board.c:459: error: ‘CONFIG_SYS_SDRAM_BASE’ undeclared (first use in this function) board.c:459: error: (Each undeclared identifier is reported only once board.