From d1cbe85b084ce543ba0b09def03a1b20940e6c03 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 28 Jun 2003 17:24:46 +0000 Subject: Merge from "stable branch", tag LABEL_2003_06_28_1800-stable: - Allow to call sysmon function interactively - PIC on LWMON board needs delay after power-on - Add missing RSR definitions for MPC8xx - Improve log buffer handling: guarantee clean reset after power-on - Add support for EXBITGEN board - Add support for SL8245 board --- post/sysmon.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'post') diff --git a/post/sysmon.c b/post/sysmon.c index 30a5cb20a7..c039fe136b 100644 --- a/post/sysmon.c +++ b/post/sysmon.c @@ -306,9 +306,7 @@ int sysmon_post_test (int flags) t->exec_after(t); } -#ifndef DEBUG - if (!t->val_valid) -#endif + if ((!t->val_valid) || (flags & POST_MANUAL)) { printf("%-17s = %-10s ", t->name, sysmon_unit_value(t, val)); printf("allowed range"); -- cgit v1.2.3