diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-09 11:24:35 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:13:42 +0800 |
commit | b223a51f4533de79bee94253958271510d8da7a7 (patch) | |
tree | 57e0765a1d304d2edf7ba5b20b68be5c95c55189 /include | |
parent | 9791a2c1ead3328663cd4a9270f6103989050a35 (diff) | |
download | u-boot-imx-b223a51f4533de79bee94253958271510d8da7a7.zip u-boot-imx-b223a51f4533de79bee94253958271510d8da7a7.tar.gz u-boot-imx-b223a51f4533de79bee94253958271510d8da7a7.tar.bz2 |
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 <r64343@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include')
-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 |