From b223a51f4533de79bee94253958271510d8da7a7 Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Mon, 9 Jun 2014 11:24:35 +0800 Subject: ENGR00315894-21 imx6/sabreauto: add the plugin mode support This patch add the plugin mode support for sabreauto board. In order to enable the plugin mode, please turn on the CONFIG_USE_PLUGIN in the include/configs/mx6qsabre_common.h Signed-off-by: Jason Liu Signed-off-by: Ye.Li --- include/configs/mx6sabre_common.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index cae0e99..964e642 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -11,6 +11,13 @@ #define CONFIG_MX6 +#ifdef CONFIG_MX6SOLO +#define CONFIG_MX6DL +#endif + +/* uncomment for PLUGIN mode support */ +/* #define CONFIG_USE_PLUGIN */ + #include "mx6_common.h" #include @@ -33,8 +40,6 @@ #define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO -/* #define CONFIG_USE_PLUGIN */ - #define CONFIG_MXC_UART #define CONFIG_CMD_FUSE -- cgit v1.1