
On 07/09/2011 05:30 PM, Torsten Koschorrek wrote:
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 more banks. CONFIG_NR_DRAM_BANKS will ever be 1.
Signed-off-by: Torsten Koschorrek koschorrek@synertronixx.de
Hi Torsten,
your patch does not apply on the current u-boot maainline. Can you check please and repost ?
Applying: scb9328: Add ARM relocation support error: patch failed: board/scb9328/scb9328.c:39 error: board/scb9328/scb9328.c: patch does not apply error: patch failed: include/configs/scb9328.h:126 error: include/configs/scb9328.h: patch does not apply Patch failed at 0001 scb9328: Add ARM relocation support
Best regards, Stefano Babic