diff options
| author | Tang Yuantian <[email protected]> | 2014-11-21 11:17:16 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2014-12-15 09:17:12 -0800 |
| commit | 00233528559c913e4bfafb1505ebf65f78e02976 (patch) | |
| tree | 40606ab17bcdda7be1dc110624731476523ae775 /include | |
| parent | 9c7c86f431866ee102cc68e6b5152f63250f49dc (diff) | |
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 <[email protected]>
Reviewed-by: York Sun <[email protected]>
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 a54e0ebca27..57cdf7213c4 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 |
