aboutsummaryrefslogtreecommitdiff
path: root/arm-probe
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-10-14 12:56:57 +0800
committerAndy Green <andy.green@linaro.org>2012-10-14 13:40:56 +0800
commitbadb9cf4e9f0afee1a25254ddb0f0178a624cb10 (patch)
tree561993d498566a2ae417eae70d8f50efdbe62970 /arm-probe
parent93a3d0724c9bc593d6759d80fdbc430151afab36 (diff)
config allow virtual summing supplies in config
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'arm-probe')
-rw-r--r--arm-probe/arm-probe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm-probe/arm-probe.c b/arm-probe/arm-probe.c
index 23816a3..73eee51 100644
--- a/arm-probe/arm-probe.c
+++ b/arm-probe/arm-probe.c
@@ -278,7 +278,7 @@ int main(int argc, char *argv[])
}
}
- configure(&aep_context, NULL, "xx", aep_context.config_filepath, NULL);
+ configure(&aep_context, NULL, "/virtual", aep_context.config_filepath, NULL);
/*
* fork off the AEP service process
@@ -328,7 +328,7 @@ int main(int argc, char *argv[])
if (first) {
first = 0;
- for (n = 0; n < aep_context.aep_shared->chans; n++)
+ for (n = 0; n < aep_context.aep_shared->chans + aep_context.aep_shared->vchans; 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],