diff options
author | wdenk <wdenk> | 2003-05-12 21:50:16 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-05-12 21:50:16 +0000 |
commit | 45219c46605f9b933ab454738ee4ce543d5b70d6 (patch) | |
tree | dae6530a55b6b7b5a6974a5c557637419256a2ec /post/sysmon.c | |
parent | f7de16ae259fd01afe1d342dd0247dc9d3911edd (diff) | |
download | u-boot-imx-45219c46605f9b933ab454738ee4ce543d5b70d6.zip u-boot-imx-45219c46605f9b933ab454738ee4ce543d5b70d6.tar.gz u-boot-imx-45219c46605f9b933ab454738ee4ce543d5b70d6.tar.bz2 |
Patch by Mathijs Haarman, 08 May 2003:
Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
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 c8fcefc..f069caa 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) |