summaryrefslogtreecommitdiffstats
path: root/include/configs/T1040QDS.h
diff options
context:
space:
mode:
authorTang Yuantian <yuantian.tang@freescale.com>2014-04-17 15:33:44 +0800
committerYork Sun <yorksun@freescale.com>2014-04-22 17:58:49 -0700
commit48f6a9a2bfffb77d00444865b40681aa5b41c6c7 (patch)
tree4d1e4c80c4e95b3817b7cf6a64031326e93a332d /include/configs/T1040QDS.h
parentaade20046b7ab5bd9b2afe84ccb31f0adf0c5e1e (diff)
downloadblackbird-obmc-uboot-48f6a9a2bfffb77d00444865b40681aa5b41c6c7.tar.gz
blackbird-obmc-uboot-48f6a9a2bfffb77d00444865b40681aa5b41c6c7.zip
mpc85xx: Add deep sleep support on T1040QDS
Add deep sleep support on T1040QDS platform. Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/T1040QDS.h')
-rw-r--r--include/configs/T1040QDS.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h
index 030ea7e660..745a2f22f9 100644
--- a/include/configs/T1040QDS.h
+++ b/include/configs/T1040QDS.h
@@ -43,6 +43,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
OpenPOWER on IntegriCloud