]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
scb9328: Add ARM relocation support
authorTorsten Koschorrek <koschorrek@synertronixx.de>
Thu, 14 Jul 2011 23:16:51 +0000 (23:16 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 18 Jul 2011 12:41:48 +0000 (14:41 +0200)
commit386393c680f6a48bb3628809983dd1f403ddaa5d
tree733a226cc483aff5bb02d05ca4417f9cc5efa394
parent49473adabff703d0784f1f7457f29bde0a4893d1
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>
board/scb9328/config.mk [deleted file]
board/scb9328/scb9328.c
include/configs/scb9328.h