diff options
author | Anson Huang <b20788@freescale.com> | 2015-07-29 22:13:02 +0800 |
---|---|---|
committer | Anson Huang <b20788@freescale.com> | 2015-08-05 17:49:11 +0800 |
commit | 7b5e08474de1f793de1dce869f0bf69d33420dd0 (patch) | |
tree | 544c805078b8958de254219810d08c9caf34e56f | |
parent | 47f82f3978cda0c1fd637adcd9e8aa070f616493 (diff) | |
download | u-boot-imx-7b5e08474de1f793de1dce869f0bf69d33420dd0.zip u-boot-imx-7b5e08474de1f793de1dce869f0bf69d33420dd0.tar.gz u-boot-imx-7b5e08474de1f793de1dce869f0bf69d33420dd0.tar.bz2 |
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>
-rw-r--r-- | include/configs/mx7d_12x12_lpddr3_arm2.h | 1 |
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 1ad45c1..4ccf3e2 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 |