From: Nobuhiro Iwamatsu Date: Thu, 6 Nov 2014 06:43:34 +0000 (+0900) Subject: arm: rmobile: koelsch: Remove board_late_init function X-Git-Tag: v2015.01-rc2~76^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0c4a1b0fffcb0739e5444ff0689b7c38b385d193;p=u-boot 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 Signed-off-by: Nobuhiro Iwamatsu --- 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; diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 3ccadd0af7..27ef2832b6 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -58,7 +58,6 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_OF_LIBFDT -#define BOARD_LATE_INIT #define CONFIG_BAUDRATE 38400 #define CONFIG_BOOTDELAY 3