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

index 5c5a86f14558c738b436c04a913bc391333298a4..cf6d64c49a1de1a2f3843bff9fb2a7c9aa07b976 100644 (file)
@@ -155,11 +155,6 @@ void dram_init_banksize(void)
        gd->bd->bi_dram[0].size = ALT_SDRAM_SIZE;
 }
 
        gd->bd->bi_dram[0].size = ALT_SDRAM_SIZE;
 }
 
-int board_late_init(void)
-{
-       return 0;
-}
-
 void reset_cpu(ulong addr)
 {
        u8 val;
 void reset_cpu(ulong addr)
 {
        u8 val;
index 7bd649fb4220f13e1574e952ac1075bc350afff6..c0b403c20a3888ec1d202030089be87f9a677779 100644 (file)
@@ -49,9 +49,7 @@
 #define        CONFIG_SETUP_MEMORY_TAGS
 #define        CONFIG_INITRD_TAG
 #define        CONFIG_CMDLINE_EDITING
 #define        CONFIG_SETUP_MEMORY_TAGS
 #define        CONFIG_INITRD_TAG
 #define        CONFIG_CMDLINE_EDITING
-
 #define CONFIG_OF_LIBFDT
 #define CONFIG_OF_LIBFDT
-#define BOARD_LATE_INIT
 
 #define CONFIG_BAUDRATE                38400
 #define CONFIG_BOOTDELAY       3
 
 #define CONFIG_BAUDRATE                38400
 #define CONFIG_BOOTDELAY       3