From 8c0fa2437d3b82e3cdb8238fb4421b0e798f0a95 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 14 Aug 2013 07:17:04 +0800 Subject: 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 --- include/configs/mx6qarm2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs') 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 -- cgit v1.1