]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: rmobile: lager: Remove board_late_init function
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 6 Nov 2014 06:43:35 +0000 (15:43 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 10 Nov 2014 00:45:46 +0000 (09:45 +0900)
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 <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/renesas/lager/lager.c
include/configs/lager.h

index 2bb87108f67c92468a5bccc3f838aed673f1d94d..99a298a98bbf768cc733aca9ed4f86103d4c0135 100644 (file)
@@ -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;
index a814b4cccc96d5f7b47ca68fd1be5eb420d089d6..50acbdec4bfc713772abcf6c6612d51f9b89ba99 100644 (file)
@@ -58,7 +58,6 @@
 #define        CONFIG_OF_LIBFDT
 
 /* #define CONFIG_OF_LIBFDT */
-#define BOARD_LATE_INIT
 
 #define CONFIG_BAUDRATE                38400
 #define CONFIG_BOOTDELAY       3