summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-10-31 16:16:29 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-04 08:59:59 +0900
commit1c556194d05845acdd271fe1e8f6d973b8841906 (patch)
tree4299d005c3a88bdd820b8dfd741a61e7cd24fda9 /board
parentc9b59bf795804a25b9654e729a491363ef9e6a54 (diff)
downloadblackbird-obmc-uboot-1c556194d05845acdd271fe1e8f6d973b8841906.tar.gz
blackbird-obmc-uboot-1c556194d05845acdd271fe1e8f6d973b8841906.zip
arm: rmobile: lager: 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/lager/lager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/lager/lager.c b/board/renesas/lager/lager.c
index 1fc5833ebe..2bb87108f6 100644
--- a/board/renesas/lager/lager.c
+++ b/board/renesas/lager/lager.c
@@ -165,7 +165,6 @@ int board_phy_config(struct phy_device *phydev)
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