summaryrefslogtreecommitdiff
path: root/lib_ppc
diff options
context:
space:
mode:
Diffstat (limited to 'lib_ppc')
-rw-r--r--lib_ppc/board.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index 375b091..6d29303 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -340,9 +340,6 @@ init_fnc_t *init_sequence[] = {
init_func_spi,
#endif
#ifdef CONFIG_POST
-#if defined(CONFIG_DTT) /* Digital Thermometers and Thermostats */
- dtt_init,
-#endif
post_init_f,
#endif
INIT_FUNC_WATCHDOG_RESET
@@ -1072,7 +1069,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
WATCHDOG_RESET ();
-#if defined(CONFIG_DTT) && !defined(CONFIG_POST)
+#if defined(CONFIG_DTT) /* Digital Thermometers and Thermostats */
dtt_init ();
#endif
#if defined(CONFIG_CMD_SCSI)