diff options
author | Jason Liu <r64343@freescale.com> | 2013-08-21 16:57:03 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-08-22 06:17:51 +0800 |
commit | 125dc3d657a1e6d1821123361f6c7238f2653d1d (patch) | |
tree | 8a7c3fba056bc1ad3ebc7286c6d14441eea9d598 /include | |
parent | 792e66de4672e8d9e40e54b168b1b0ee50ac5d3d (diff) | |
download | u-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')
-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 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 |