[PATCH v2 1/5] board: gateworks: venice: display hwmon details by default
Tim Harvey
tharvey at gateworks.com
Thu Aug 19 00:24:27 CEST 2021
Display hwmon values by default when using the 'gsc' command.
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
v2: no changes
---
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
More information about the U-Boot
mailing list