]> code.ossystems Code Review - bsp/u-boot.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)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 1 Feb 2015 21:33:23 +0000 (19:33 -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 fff1b3146a6c54644e9b56d853b4e89747c8c9b2..62a54c9f3602bcf76c48168ffa61cd72448bd881 100644 (file)
@@ -28,7 +28,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