diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6sabre_common.h | 9 |
1 files changed, 7 insertions, 2 deletions
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 <linux/sizes.h> @@ -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 |