summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2013-08-21 16:57:03 +0800
committerJason Liu <r64343@freescale.com>2013-08-22 06:17:51 +0800
commit125dc3d657a1e6d1821123361f6c7238f2653d1d (patch)
tree8a7c3fba056bc1ad3ebc7286c6d14441eea9d598 /include/configs
parent792e66de4672e8d9e40e54b168b1b0ee50ac5d3d (diff)
downloadu-boot-imx-125dc3d657a1e6d1821123361f6c7238f2653d1d.zip
u-boot-imx-125dc3d657a1e6d1821123361f6c7238f2653d1d.tar.gz
u-boot-imx-125dc3d657a1e6d1821123361f6c7238f2653d1d.tar.bz2
ENGR00275348-11 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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6slevk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 0a649eb..ef11afe 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -23,6 +23,9 @@
#define CONFIG_SYS_PL310_BASE 0x00A02000
#define CONFIG_SYS_CACHELINE_SIZE 32
+/* uncomment for PLUGIN mode support */
+/* #define CONFIG_USE_PLUGIN */
+
#define MACH_TYPE_MX6SLEVK 4307
#define CONFIG_MACH_TYPE MACH_TYPE_MX6SLEVK