]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx6sxsabresd: Remove unneeded board_late_init()
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 29 Dec 2014 18:23:17 +0000 (16:23 -0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:54:12 +0000 (12:54 +0200)
Since commit 1f98e31bc0b2c37a ("imx: mx6sxsabresd: Use the pfuze common init
function") board_late_init() became empty, so we can safely remove this unneeded
function.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/freescale/mx6sxsabresd/mx6sxsabresd.c
include/configs/mx6sxsabresd.h

index 5cc58ac8683325ebbd6df685065b41916da8e7b9..a848f4103aaf33686f8bea6bdc0827c327b50b1d 100644 (file)
@@ -423,11 +423,6 @@ int board_init(void)
        return 0;
 }
 
-int board_late_init(void)
-{
-       return 0;
-}
-
 int checkboard(void)
 {
        puts("Board: MX6SX SABRE SDB\n");
index e1de60d6e3738341926cfbd6e41b356a9e6179c1..c1d659d15f2e8895bc36c68ffad8e7405f758606 100644 (file)
@@ -27,7 +27,6 @@
 #define CONFIG_SYS_MALLOC_LEN          (3 * SZ_1M)
 
 #define CONFIG_BOARD_EARLY_INIT_F
-#define CONFIG_BOARD_LATE_INIT
 #define CONFIG_MXC_GPIO
 
 #define CONFIG_MXC_UART