aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-07-30 10:21:01 +0200
committerWolfgang Denk <wd@denx.de>2008-07-31 10:44:59 +0200
commit3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9 (patch)
tree4daf2cb653c162692450430d2292647f2adbed56
parentebb86c4ecd37a7701358284e497ca4c6483c7cc5 (diff)
ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r--board/w7o/post2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/w7o/post2.c b/board/w7o/post2.c
index e59012824..6ee33eba3 100644
--- a/board/w7o/post2.c
+++ b/board/w7o/post2.c
@@ -29,6 +29,12 @@
#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)
{