diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-10-31 16:16:30 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-04 09:00:13 +0900 |
commit | ef97b6ed89f52c3a39777f710081eb53f9496086 (patch) | |
tree | 04c0b3d9c7debe9409fb3f58260a541d91762818 /board/renesas/koelsch | |
parent | 1c556194d05845acdd271fe1e8f6d973b8841906 (diff) | |
download | u-boot-imx-ef97b6ed89f52c3a39777f710081eb53f9496086.zip u-boot-imx-ef97b6ed89f52c3a39777f710081eb53f9496086.tar.gz u-boot-imx-ef97b6ed89f52c3a39777f710081eb53f9496086.tar.bz2 |
arm: rmobile: koelsch: 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/renesas/koelsch')
-rw-r--r-- | board/renesas/koelsch/koelsch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/koelsch/koelsch.c b/board/renesas/koelsch/koelsch.c index bfd0cc6..37202f9 100644 --- a/board/renesas/koelsch/koelsch.c +++ b/board/renesas/koelsch/koelsch.c @@ -150,7 +150,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; |