summaryrefslogtreecommitdiffstats
path: root/post/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-03-26 00:52:10 +0100
committerWolfgang Denk <wd@denx.de>2008-03-26 00:52:10 +0100
commitaa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855 (patch)
tree4c53121606075b464118742843bf99bc7ab79652 /post/board
parent6525489323e5ab88cda947b4bc5a228ee624a75c (diff)
downloadtalos-obmc-uboot-aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855.tar.gz
talos-obmc-uboot-aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855.zip
Coding Style cleanyp; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'post/board')
-rw-r--r--post/board/lwmon5/sysmon.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/post/board/lwmon5/sysmon.c b/post/board/lwmon5/sysmon.c
index b1b81c609f..0cf1cf2a24 100644
--- a/post/board/lwmon5/sysmon.c
+++ b/post/board/lwmon5/sysmon.c
@@ -34,9 +34,9 @@
* The test passes when all the following voltages and temperatures
* are within allowed ranges:
*
- * Temperature -40 .. +85 C
- * +5V +4.75 .. +5.25 V
- * +5V standby +4.75 .. +5.25 V
+ * Temperature -40 .. +85 C
+ * +5V +4.75 .. +5.25 V
+ * +5V standby +4.75 .. +5.25 V
*
* LCD backlight is not enabled if temperature values are not within
* allowed ranges (-30 .. + 80). The brightness of backlite can be
@@ -116,15 +116,15 @@ static sysmon_table_t sysmon_table[] =
{
{"Temperature", " C", &sysmon_dspic_sgn, NULL, sysmon_backlight_disable,
1, 1, -32768, 32767, 0xFFFF, 0x8000-40, 0x8000+85, 0,
- 0x8000-30, 0x8000+80, 0, 0x12BC},
+ 0x8000-30, 0x8000+80, 0, 0x12BC},
{"+ 5 V", "V", &sysmon_dspic, NULL, NULL,
100, 1000, 0, 0xFFFF, 0xFFFF, 4750, 5250, 0,
- 4750, 5250, 0, 0x12CA},
+ 4750, 5250, 0, 0x12CA},
{"+ 5 V standby", "V", &sysmon_dspic, NULL, NULL,
100, 1000, 0, 0xFFFF, 0xFFFF, 4750, 5250, 0,
- 4750, 5250, 0, 0x12C6},
+ 4750, 5250, 0, 0x12C6},
};
static int sysmon_table_size = sizeof(sysmon_table) / sizeof(sysmon_table[0]);
OpenPOWER on IntegriCloud