cmd: consider multiplexing in coninfo
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 1 Apr 2023 10:20:34 +0000 (12:20 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 8 Apr 2023 05:50:43 +0000 (07:50 +0200)
commitd9d07d751e0f41d009051e8c25e2d5d9cf7ca41c
treedcc0b98ea831c5e7f37435ff993da9e7cc1c9c52
parent6fc4fc38ac4d11ac53b4d539588d216d107f7703
cmd: consider multiplexing in coninfo

If console multiplexing in enabled (CONFIG_CONSOLE_MUX=y), the output of
the coninfo command should show the file association (stdin, stderr,
stdout) for all devices not only the default ones.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/console.c