From: Stefan Roese Date: Wed, 30 Jul 2008 08:21:01 +0000 (+0200) Subject: ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines X-Git-Tag: v2008.10-rc1~177^2~16^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9;p=platform%2Fkernel%2Fu-boot.git ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines Signed-off-by: Stefan Roese --- 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) {