diff options
author | Tang Yuantian <Yuantian.Tang@freescale.com> | 2014-11-21 11:17:16 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-15 09:17:12 -0800 |
commit | 00233528559c913e4bfafb1505ebf65f78e02976 (patch) | |
tree | 40606ab17bcdda7be1dc110624731476523ae775 /include | |
parent | 9c7c86f431866ee102cc68e6b5152f63250f49dc (diff) | |
download | u-boot-imx-00233528559c913e4bfafb1505ebf65f78e02976.zip u-boot-imx-00233528559c913e4bfafb1505ebf65f78e02976.tar.gz u-boot-imx-00233528559c913e4bfafb1505ebf65f78e02976.tar.bz2 |
mpc85xx/t104xrdb: convert deep sleep to generic board interface
A new 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/T104xRDB.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index a54e0eb..57cdf72 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -104,7 +104,10 @@ /* support deep sleep */ #define CONFIG_DEEP_SLEEP +#if defined(CONFIG_DEEP_SLEEP) +#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SILENT_CONSOLE +#endif #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xeff40000 |