commit | 67edf4647133ba4f7ba111010d64abef53d3a772 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 01 12:20:34 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 08 07:50:43 2023 +0200 |
tree | dcc0b98ea831c5e7f37435ff993da9e7cc1c9c52 | |
parent | ba7ad02a986607e03793b50e786384618a0679bc [diff] |
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>