diff options
author | tang yuantian <Yuantian.Tang@freescale.com> | 2014-12-18 10:20:07 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-16 09:31:36 -0800 |
commit | 7d0e97a2945c9da47ad4655f2e3de7e36b5cd7ac (patch) | |
tree | a763aa6ea5b7182be4d4159938acb6a5a44a2d92 /include/configs/T1040QDS.h | |
parent | 2c537642e98969e1810c6fdeff3099584f674a66 (diff) | |
download | u-boot-imx-7d0e97a2945c9da47ad4655f2e3de7e36b5cd7ac.zip u-boot-imx-7d0e97a2945c9da47ad4655f2e3de7e36b5cd7ac.tar.gz u-boot-imx-7d0e97a2945c9da47ad4655f2e3de7e36b5cd7ac.tar.bz2 |
mpc85xx/t1040qds: 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/T1040QDS.h')
-rw-r--r-- | include/configs/T1040QDS.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index b70bdfe..5ebc870 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -47,7 +47,10 @@ /* support deep sleep */ #define CONFIG_DEEP_SLEEP +#if defined(CONFIG_DEEP_SLEEP) #define CONFIG_SILENT_CONSOLE +#define CONFIG_BOARD_EARLY_INIT_F +#endif #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xeff40000 |