[U-Boot-Users] [PATCH] ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines

30 Jul
2008
30 Jul
'08
10:21 a.m.
Signed-off-by: Stefan Roese sr@denx.de --- board/w7o/post2.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/board/w7o/post2.c b/board/w7o/post2.c index e590128..6ee33eb 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) {
--
1.5.6.4

31 Jul
31 Jul
10:45 a.m.
In message 1217406061-26860-1-git-send-email-sr@denx.de you wrote:
Signed-off-by: Stefan Roese sr@denx.de
board/w7o/post2.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
As usual, this being a 1.3.x release, I haven't even compiled this
kernel yet. So if it works, you should be doubly impressed.
- Linus Torvalds in 199506181536.SAA10638@keos.cs.Helsinki.FI
6123
Age (days ago)
6124
Last active (days ago)
1 comments
2 participants
participants (2)
-
Stefan Roese
-
Wolfgang Denk