mx6sxsabresd: Remove unneeded board_late_init()

Since commit 1f98e31bc0 ("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>
This commit is contained in:
Fabio Estevam 2014-12-29 16:23:17 -02:00 committed by Stefano Babic
parent 99c618ff26
commit 834670eae0
2 changed files with 0 additions and 6 deletions

View 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");

View 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