summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-07-29 22:13:02 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:45 +0100
commita7c4334d46b003deb5c76720bdeddcd86f15eaaf (patch)
treeb7ca21a45ecc413f40130d55f9c0946bf6736d79 /include
parent029084027c84dcaf1a3802f899fa4df6c33ea3fa (diff)
MLK-11281-2 ARM: imx7d: enable plug in mode by default for lpsr mode
As we need to support LPSR mode resume and due to hardware design requirement, DCD can NOT put DRAM exit from retention mode, so only plug in mode can do that to support LPSR mode, so enabled plug in mode by default for imx7d 12x12-lpddr3-arm2 board. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx7d_12x12_lpddr3_arm2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx7d_12x12_lpddr3_arm2.h b/include/configs/mx7d_12x12_lpddr3_arm2.h
index 1ad45c121b..4ccf3e2399 100644
--- a/include/configs/mx7d_12x12_lpddr3_arm2.h
+++ b/include/configs/mx7d_12x12_lpddr3_arm2.h
@@ -65,6 +65,7 @@
/* #define CONFIG_SPLASH_SCREEN*/
/* #define CONFIG_MXC_EPDC*/
+#define CONFIG_USE_PLUGIN
#include "mx7d_arm2.h"
#endif