Commit 0c4a1b0fffcb0739e5444ff0689b7c38b385d193

Authored by Nobuhiro Iwamatsu
Committed by Nobuhiro Iwamatsu
1 parent c3bd3776c7

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>

Showing 2 changed files with 0 additions and 6 deletions Side-by-side Diff

board/renesas/koelsch/koelsch.c
... ... @@ -179,11 +179,6 @@
179 179 gd->bd->bi_dram[0].size = KOELSCH_SDRAM_SIZE;
180 180 }
181 181  
182   -int board_late_init(void)
183   -{
184   - return 0;
185   -}
186   -
187 182 void reset_cpu(ulong addr)
188 183 {
189 184 u8 val;
include/configs/koelsch.h
... ... @@ -58,7 +58,6 @@
58 58 #define CONFIG_CMDLINE_EDITING
59 59  
60 60 #define CONFIG_OF_LIBFDT
61   -#define BOARD_LATE_INIT
62 61  
63 62 #define CONFIG_BAUDRATE 38400
64 63 #define CONFIG_BOOTDELAY 3