diff options
author | Tang Yuantian <yuantian.tang@freescale.com> | 2014-04-17 15:33:45 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-04-22 17:58:49 -0700 |
commit | 5303a3dea95227f940440a7a4101dfbb76959682 (patch) | |
tree | b84a4b0a7a48f522bbf82a5ca6df071992a22289 /include | |
parent | 48f6a9a2bfffb77d00444865b40681aa5b41c6c7 (diff) | |
download | u-boot-imx-5303a3dea95227f940440a7a4101dfbb76959682.zip u-boot-imx-5303a3dea95227f940440a7a4101dfbb76959682.tar.gz u-boot-imx-5303a3dea95227f940440a7a4101dfbb76959682.tar.bz2 |
mpc85xx: Add deep sleep support on T104xRDB
Add deep sleep support on T104xRDB platforms.
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T104xRDB.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index eaaf37d..0159b97 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -25,6 +25,10 @@ #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */ #define CONFIG_MP /* support multiple processors */ +/* support deep sleep */ +#define CONFIG_DEEP_SLEEP +#define CONFIG_SILENT_CONSOLE + #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xeff40000 #endif |