board_late_init function is not used, so remove BOARD_LATE_INIT from config file.
Fix the following error: arch/arm/lib/libarm.o: In function `board_init_r': /home/fabio/u-boot-imx/arch/arm/lib/board.c:590: undefined reference to `board_late_init' Signed-off-by: Fabio Estevam <fabio.este...@freescale.com> --- include/configs/mx53smd.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index 356ee10..e64ff98 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -42,7 +42,6 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F -#define BOARD_LATE_INIT #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART -- 1.6.0.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot