diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-05 17:28:27 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:13:42 +0800 |
commit | 7ab7ee3893f6ce45623e218d88b45cc32f760d24 (patch) | |
tree | d469eacf220917768a9d0f60d436a53c3e3c1fe0 /include/configs | |
parent | dffdea49cc32e883d90aae66ab558f006ecd34b8 (diff) | |
download | u-boot-imx-7ab7ee3893f6ce45623e218d88b45cc32f760d24.zip u-boot-imx-7ab7ee3893f6ce45623e218d88b45cc32f760d24.tar.gz u-boot-imx-7ab7ee3893f6ce45623e218d88b45cc32f760d24.tar.bz2 |
ENGR00315894-23 imx6slevk: add the plugin mode support
This patch add the plugin mode support for imx6slevk board.
In order to enable the plugin mode, please turn on the
CONFIG_USE_PLUGIN in the include/configs/mx6slevk.h
Signed-off-by: Jason Liu <r64343@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6slevk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 7bcd435..79570f2 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -18,6 +18,9 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +/* uncomment for PLUGIN mode support */ +/* #define CONFIG_USE_PLUGIN */ + #define MACH_TYPE_MX6SLEVK 4307 #define CONFIG_MACH_TYPE MACH_TYPE_MX6SLEVK |