]> git.sur5r.net Git - u-boot/blobdiff - board/w7o/post2.c
FSL DDR: Convert MPC8560ADS to new DDR code.
[u-boot] / board / w7o / post2.c
index 271c197f06baf1da021bd585785da410e96a540d..6ee33eba36e68de65175b82acf91b6d1400bfbc6 100644 (file)
 #include "errors.h"
 #include "dtt.h"
 
+/* for LM75 DTT POST test */
+#define DTT_READ_TEMP          0x0
+#define DTT_CONFIG             0x1
+#define DTT_TEMP_HYST          0x2
+#define DTT_TEMP_SET           0x3
+
 #if defined(CONFIG_RTC_M48T35A)
 void rtctest(void)
 {
@@ -106,4 +112,3 @@ void post2(void)
     if(dtt_test(4) != 0) log_warn(ERR_Ttest1);
 #endif /* CONFIG_DTT_LM75 */
 } /* post2() */
-