From 7ab7ee3893f6ce45623e218d88b45cc32f760d24 Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Thu, 5 Jun 2014 17:28:27 +0800 Subject: 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 Signed-off-by: Ye.Li --- include/configs/mx6slevk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs') 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 -- cgit v1.1