diff options
| author | tang yuantian <[email protected]> | 2014-12-18 09:55:07 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2015-01-16 09:31:26 -0800 |
| commit | 2c537642e98969e1810c6fdeff3099584f674a66 (patch) | |
| tree | a53ff683a6ac9be6323ba432575909eebff13647 /include | |
| parent | e26416a3f1631b906776a4e965313b3269faf259 (diff) | |
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 <[email protected]>
Reviewed-by: York Sun <[email protected]>
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 c2bdbb99eda..3f02cede320 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 |
