summaryrefslogtreecommitdiffstats
path: root/include/configs/T102xQDS.h
diff options
context:
space:
mode:
authortang yuantian <Yuantian.Tang@freescale.com>2014-12-18 09:55:07 +0800
committerYork Sun <yorksun@freescale.com>2015-01-16 09:31:26 -0800
commit2c537642e98969e1810c6fdeff3099584f674a66 (patch)
treea53ff683a6ac9be6323ba432575909eebff13647 /include/configs/T102xQDS.h
parente26416a3f1631b906776a4e965313b3269faf259 (diff)
downloadtalos-obmc-uboot-2c537642e98969e1810c6fdeff3099584f674a66.tar.gz
talos-obmc-uboot-2c537642e98969e1810c6fdeff3099584f674a66.zip
mpc85xx/t102xqds: convert deep sleep to generic board interface
A new deep sleep interface is introduced to support generic board structure. Converts it to use new interface. Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/T102xQDS.h')
-rw-r--r--include/configs/T102xQDS.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h
index c2bdbb99ed..3f02cede32 100644
--- a/include/configs/T102xQDS.h
+++ b/include/configs/T102xQDS.h
@@ -35,7 +35,10 @@
#define CONFIG_ENV_OVERWRITE
#define CONFIG_DEEP_SLEEP
+#if defined(CONFIG_DEEP_SLEEP)
#define CONFIG_SILENT_CONSOLE
+#define CONFIG_BOARD_EARLY_INIT_F
+#endif
#ifdef CONFIG_RAMBOOT_PBL
#define CONFIG_SYS_FSL_PBL_PBI board/freescale/t102xqds/t1024_pbi.cfg
OpenPOWER on IntegriCloud