projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb86c4
)
ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
author
Stefan Roese
<sr@denx.de>
Wed, 30 Jul 2008 08:21:01 +0000
(10:21 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 31 Jul 2008 08:44:59 +0000
(10:44 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
board/w7o/post2.c
patch
|
blob
|
history
diff --git
a/board/w7o/post2.c
b/board/w7o/post2.c
index e590128244ed61906170bdf97839db4c4f52b9c1..6ee33eba36e68de65175b82acf91b6d1400bfbc6 100644
(file)
--- 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)
{