]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gdsys/405ep/io.c
Drop digital thermometer and thermostat (DTT) drivers
[people/ms/u-boot.git] / board / gdsys / 405ep / io.c
index 81b49659ff85e5d5c7a9e17d59d5bfd9045e41c0..1484469bb04fc78feed609694c39296f2b5ca5bd 100644 (file)
@@ -11,7 +11,6 @@
 #include <asm/io.h>
 #include <asm/ppc4xx-gpio.h>
 
-#include <dtt.h>
 #include <miiphy.h>
 
 #include "405ep.h"
@@ -41,8 +40,13 @@ struct ihs_fpga *fpga_ptr[] = CONFIG_SYS_FPGA_PTR;
 
 int misc_init_r(void)
 {
-       /* startup fans */
-       dtt_init();
+       /*
+        * Note: DTT has been removed. Please use UCLASS_THERMAL.
+        *
+        * startup fans
+        *
+        * dtt_init();
+        */
 
        return 0;
 }