]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/lib/board.c
hwmon: do not init sensors on startup
[karo-tx-uboot.git] / arch / powerpc / lib / board.c
index 22bbc52da55066b0387d9dc09f6c5cf256ca69be..9885b143ac244f5024ac8eeaa6efc0c6dd83673b 100644 (file)
@@ -944,9 +944,6 @@ void board_init_r (gd_t *id, ulong dest_addr)
 
        WATCHDOG_RESET ();
 
-#if defined(CONFIG_DTT)                /* Digital Thermometers and Thermostats */
-       dtt_init ();
-#endif
 #if defined(CONFIG_CMD_SCSI)
        WATCHDOG_RESET ();
        puts ("SCSI:  ");