commit | 253c3ef0ca290a983f1149372f0202dfc40197c2 | [log] [tgz] |
---|---|---|
author | Torsten Koschorrek <koschorrek@synertronixx.de> | Thu Jul 14 23:16:51 2011 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jul 18 14:41:48 2011 +0200 |
tree | 733a226cc483aff5bb02d05ca4417f9cc5efa394 | |
parent | 9cb4b898dc09ab672b58b813b3e5e8024e442606 [diff] |
scb9328: Add ARM relocation support 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>