From: Nobuhiro Iwamatsu Date: Thu, 6 Nov 2014 06:43:35 +0000 (+0900) Subject: arm: rmobile: lager: Remove board_late_init function X-Git-Tag: v2015.01-rc2~76^2~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d174996c7a23361c18f884aa759c35201e2c3eb;p=u-boot arm: rmobile: lager: Remove board_late_init function Lager 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/lager/lager.c b/board/renesas/lager/lager.c index 2bb87108f6..99a298a98b 100644 --- a/board/renesas/lager/lager.c +++ b/board/renesas/lager/lager.c @@ -180,11 +180,6 @@ void dram_init_banksize(void) gd->bd->bi_dram[0].size = LAGER_SDRAM_SIZE; } -int board_late_init(void) -{ - return 0; -} - void reset_cpu(ulong addr) { u8 val; diff --git a/include/configs/lager.h b/include/configs/lager.h index a814b4cccc..50acbdec4b 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -58,7 +58,6 @@ #define CONFIG_OF_LIBFDT /* #define CONFIG_OF_LIBFDT */ -#define BOARD_LATE_INIT #define CONFIG_BAUDRATE 38400 #define CONFIG_BOOTDELAY 3