]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gdsys/405ex/io64.c
drivers, block: remove sil680 driver
[people/ms/u-boot.git] / board / gdsys / 405ex / io64.c
index 848cdde5e6bb1ae0e37bcaca2901cc2b3f3585ab..9ef965bbfa35a96751266560e42da6a6cfad63ba 100644 (file)
@@ -15,7 +15,7 @@
 #include <fdt_support.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/ppc4xx-gpio.h>
 #include <flash.h>
 
@@ -26,7 +26,6 @@
 
 #include <miiphy.h>
 #include <i2c.h>
-#include <dtt.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -70,8 +69,13 @@ static inline void blank_string(int size)
  */
 int misc_init_r(void)
 {
-       /* startup fans */
-       dtt_init();
+       /*
+        * Note: DTT has been removed. Please use UCLASS_THERMAL.
+        *
+        * startup fans
+        *
+        * dtt_init();
+        */
 
 #ifdef CONFIG_ENV_IS_IN_FLASH
        /* Monitor protection ON by default */