diff options
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 |