Skip to content
Snippets Groups Projects
Commit 3f9ae1a5 authored by Stefan Roese's avatar Stefan Roese Committed by Wolfgang Denk
Browse files

ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent ebb86c4e
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,12 @@ ...@@ -29,6 +29,12 @@
#include "errors.h" #include "errors.h"
#include "dtt.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) #if defined(CONFIG_RTC_M48T35A)
void rtctest(void) void rtctest(void)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment