Skip to content
Snippets Groups Projects
Commit 834670ea authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

mx6sxsabresd: Remove unneeded board_late_init()


Since commit 1f98e31b ("imx: mx6sxsabresd: Use the pfuze common init
function") board_late_init() became empty, so we can safely remove this unneeded
function.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 99c618ff
No related branches found
No related tags found
No related merge requests found
...@@ -423,11 +423,6 @@ int board_init(void) ...@@ -423,11 +423,6 @@ int board_init(void)
return 0; return 0;
} }
int board_late_init(void)
{
return 0;
}
int checkboard(void) int checkboard(void)
{ {
puts("Board: MX6SX SABRE SDB\n"); puts("Board: MX6SX SABRE SDB\n");
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M)
#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
#define CONFIG_MXC_GPIO #define CONFIG_MXC_GPIO
#define CONFIG_MXC_UART #define CONFIG_MXC_UART
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment