summaryrefslogtreecommitdiffstats
path: root/board/renesas
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-06 15:43:36 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-10 09:46:23 +0900
commit9502d03674e220d3f9efbb4420abe8d167460ba6 (patch)
tree8bed9577729c61d3d4ca974e87fd723d61d4dd88 /board/renesas
parent8d174996c7a23361c18f884aa759c35201e2c3eb (diff)
downloadblackbird-obmc-uboot-9502d03674e220d3f9efbb4420abe8d167460ba6.tar.gz
blackbird-obmc-uboot-9502d03674e220d3f9efbb4420abe8d167460ba6.zip
arm: rmobile: alt: Remove board_late_init function
Alt 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/renesas')
-rw-r--r--board/renesas/alt/alt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/renesas/alt/alt.c b/board/renesas/alt/alt.c
index 5c5a86f145..cf6d64c49a 100644
--- a/board/renesas/alt/alt.c
+++ b/board/renesas/alt/alt.c
@@ -155,11 +155,6 @@ void dram_init_banksize(void)
gd->bd->bi_dram[0].size = ALT_SDRAM_SIZE;
}
-int board_late_init(void)
-{
- return 0;
-}
-
void reset_cpu(ulong addr)
{
u8 val;
OpenPOWER on IntegriCloud