summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-06 15:43:34 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-10 09:45:33 +0900
commit0c4a1b0fffcb0739e5444ff0689b7c38b385d193 (patch)
tree385f43fc78f61bf257466b7ec5e1c329c8e5df68 /board
parentc3bd3776c7b2256b311208774965abbbaaf6eb30 (diff)
downloadtalos-obmc-uboot-0c4a1b0fffcb0739e5444ff0689b7c38b385d193.tar.gz
talos-obmc-uboot-0c4a1b0fffcb0739e5444ff0689b7c38b385d193.zip
arm: rmobile: koelsch: Remove board_late_init function
Koelsch board does not use board_late_init function. This removes this function and define of BOARD_LATE_INIT from config. 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/koelsch/koelsch.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/renesas/koelsch/koelsch.c b/board/renesas/koelsch/koelsch.c
index 37202f9815..908bc607a2 100644
--- a/board/renesas/koelsch/koelsch.c
+++ b/board/renesas/koelsch/koelsch.c
@@ -179,11 +179,6 @@ void dram_init_banksize(void)
gd->bd->bi_dram[0].size = KOELSCH_SDRAM_SIZE;
}
-int board_late_init(void)
-{
- return 0;
-}
-
void reset_cpu(ulong addr)
{
u8 val;
OpenPOWER on IntegriCloud