From: Nobuhiro Iwamatsu Date: Fri, 31 Oct 2014 07:16:30 +0000 (+0900) Subject: arm: rmobile: koelsch: Remove RAM address initialization X-Git-Tag: v2015.01-rc1~34^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef97b6ed89f52c3a39777f710081eb53f9496086;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- 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;