summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-10-31 16:16:31 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-04 09:00:40 +0900
commitca7bc8ff0d5255a85edf5d451d5e68006044e7cc (patch)
tree59eb12ce8410c11036f4445d36f953b15070844e /board
parentef97b6ed89f52c3a39777f710081eb53f9496086 (diff)
downloadblackbird-obmc-uboot-ca7bc8ff0d5255a85edf5d451d5e68006044e7cc.tar.gz
blackbird-obmc-uboot-ca7bc8ff0d5255a85edf5d451d5e68006044e7cc.zip
arm: rmobile: alt: Remove RAM address initialization
Since board info structure is not still set up, the setting of RAM address causes illegal access. Therefore the setting of RAM address is removed. Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board')
-rw-r--r--board/renesas/alt/alt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/alt/alt.c b/board/renesas/alt/alt.c
index 9d8e8f96be..b668bf6e97 100644
--- a/board/renesas/alt/alt.c
+++ b/board/renesas/alt/alt.c
@@ -140,7 +140,6 @@ int board_eth_init(bd_t *bis)
int dram_init(void)
{
- gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
return 0;
OpenPOWER on IntegriCloud