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

2011-07-15 Thread 'Torsten Koschorrek
From: Torsten Koschorrek This patch fixes compiler errors due to missing definitions of CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR. It also does some cleanup: CONFIG_SYS_TEXT_BASE was moved to scb9328.h, obsolete config.mk was removed. The scb9328 board has 1 DRAM bank, so don't ask for m

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

2011-07-15 Thread Stefano Babic
On 07/15/2011 11:16 AM, 'Torsten Koschorrek ' wrote: > From: Torsten Koschorrek > > This patch fixes compiler errors due to missing definitions of > CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR. > > It also does some cleanup: CONFIG_SYS_TEXT_BASE was moved to scb9328.h, > obsolete config.mk