diff options
author | tang yuantian <Yuantian.Tang@freescale.com> | 2014-12-18 09:55:07 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-16 09:31:26 -0800 |
commit | 2c537642e98969e1810c6fdeff3099584f674a66 (patch) | |
tree | a53ff683a6ac9be6323ba432575909eebff13647 /include | |
parent | e26416a3f1631b906776a4e965313b3269faf259 (diff) | |
download | u-boot-imx-2c537642e98969e1810c6fdeff3099584f674a66.zip u-boot-imx-2c537642e98969e1810c6fdeff3099584f674a66.tar.gz u-boot-imx-2c537642e98969e1810c6fdeff3099584f674a66.tar.bz2 |
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')
-rw-r--r-- | include/configs/T102xQDS.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index c2bdbb9..3f02ced 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 |