From: John Tobias Date: Wed, 12 Nov 2014 22:27:44 +0000 (-0800) Subject: imx6: add spl in the header file X-Git-Tag: v2015.01-rc2~79^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1558200a3f5dc105054aed8f0524425c76561f25;p=u-boot imx6: add spl in the header file add the spl info in the header file. Also, added a macro statement in m6sabre_common.h to avoid compiler warning. Signed-off-by: John Tobias --- diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 938030d56d..a346542130 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -12,6 +12,12 @@ #include #include +#ifdef CONFIG_SPL +#define CONFIG_SPL_LIBCOMMON_SUPPORT +#define CONFIG_SPL_MMC_SUPPORT +#include "imx6_spl.h" +#endif + #define CONFIG_MACH_TYPE 3980 #define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_CONSOLE_DEV "ttymxc0"