X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fgdsys%2F405ex%2Fio64.c;h=9ef965bbfa35a96751266560e42da6a6cfad63ba;hb=d4db3b86a5e090e21db710bedbbe3e50d4c56428;hp=0a7baaa9dbcea0d15bee3d8d077545454c5b3d9a;hpb=1221ce459d04a428f8880f58581f671b736c3c27;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/gdsys/405ex/io64.c b/board/gdsys/405ex/io64.c index 0a7baaa..9ef965bb 100644 --- a/board/gdsys/405ex/io64.c +++ b/board/gdsys/405ex/io64.c @@ -26,7 +26,6 @@ #include #include -#include 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 */