diff options
Diffstat (limited to 'post/sysmon.c')
| -rw-r--r-- | post/sysmon.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/post/sysmon.c b/post/sysmon.c index c8fcefca7..f069caa19 100644 --- a/post/sysmon.c +++ b/post/sysmon.c @@ -50,10 +50,10 @@  #include <watchdog.h>  #include <i2c.h> -static int sysmon_temp_invalid = 0; -  #if CONFIG_POST & CFG_POST_SYSMON +static int sysmon_temp_invalid = 0; +  /* #define DEBUG */  #define	RELOC(x) if (x != NULL) x = (void *) ((ulong) (x) + gd->reloc_off)  |