diff options
author | Jason Liu <r64343@freescale.com> | 2013-08-14 07:17:04 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-08-21 14:54:17 +0800 |
commit | 8c0fa2437d3b82e3cdb8238fb4421b0e798f0a95 (patch) | |
tree | 2995a4bd5d9d2cc8ebfe20c99c0678b3b43f9dec /include/configs | |
parent | 0f52ef00dc96f45f9c19a0d7f679a49987196096 (diff) | |
download | u-boot-imx-8c0fa2437d3b82e3cdb8238fb4421b0e798f0a95.zip u-boot-imx-8c0fa2437d3b82e3cdb8238fb4421b0e798f0a95.tar.gz u-boot-imx-8c0fa2437d3b82e3cdb8238fb4421b0e798f0a95.tar.bz2 |
ENGR00275348-4 imx6/arm2: add the plugin mode support
This patch add the plugin mode support for arm2 board.
In order to enable the plugin mode, please turn on the
CONFIG_USE_PLUGIN in the include/configs/mx6qarm2.h
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6qarm2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 125b4cc..36315f6 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -29,6 +29,9 @@ #define CONFIG_SYS_PL310_BASE 0x00A02000 #define CONFIG_SYS_CACHELINE_SIZE 32 +/* uncomment for PLUGIN mode support */ +/* #define CONFIG_USE_PLUGIN */ + #include "mx6_common.h" #define CONFIG_DISPLAY_CPUINFO |