Display hwmon values by default when using the 'gsc' command.

Signed-off-by: Tim Harvey <[email protected]>
---
 board/gateworks/venice/gsc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/board/gateworks/venice/gsc.c b/board/gateworks/venice/gsc.c
index 7d6acd7b4a..065d1fb8cc 100644
--- a/board/gateworks/venice/gsc.c
+++ b/board/gateworks/venice/gsc.c
@@ -527,6 +527,9 @@ static int gsc_info(int verbose)
                printf("%d\n", buf[0] | buf[1] << 8 | buf[2] << 16 | buf[3] << 
24);
        }
 
+       /* Display hwmon */
+       gsc_hwmon();
+
        return 0;
 }
 
-- 
2.17.1

Reply via email to