]> git.ipfire.org Git - people/ms/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)
committerStefano Babic <sbabic@denx.de>
Mon, 19 Jan 2015 08:04:42 +0000 (09:04 +0100)
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 fbaae3f505b577d9ce124dc21d1da4215eff12a0..3aae808ba9e9110da65f77ba715bc82d328fb965 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