aboutsummaryrefslogtreecommitdiff
path: root/arm-probe
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-10-14 12:42:48 +0800
committerAndy Green <andy.green@linaro.org>2012-10-14 12:42:48 +0800
commit93a3d0724c9bc593d6759d80fdbc430151afab36 (patch)
tree2891b9a258a621914d148d3976cb8a49ff76488c /arm-probe
parent7e79599d0e1ec600c9f670cf1d94f11bdafb1c46 (diff)
config add channel class field
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'arm-probe')
-rw-r--r--arm-probe/arm-probe.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arm-probe/arm-probe.c b/arm-probe/arm-probe.c
index 3a8c629..23816a3 100644
--- a/arm-probe/arm-probe.c
+++ b/arm-probe/arm-probe.c
@@ -329,11 +329,12 @@ int main(int argc, char *argv[])
if (first) {
first = 0;
for (n = 0; n < aep_context.aep_shared->chans; n++)
- printf("# %s\t%s\t%s\t%s\n",
+ printf("# %s\t%s\t%s\t%s\t%s\n",
aep_context.aep_shared->channel_name[n],
aep_context.aep_shared->channel_name_pretty[n],
aep_context.aep_shared->supply[n],
- aep_context.aep_shared->colour[n]);
+ aep_context.aep_shared->colour[n],
+ aep_context.aep_shared->class[n]);
printf("#\n#\ntime ");
for (n = 0; n < aep_context.aep_shared->chans; n++)