commit | d9d07d751e0f41d009051e8c25e2d5d9cf7ca41c | [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 | 6fc4fc38ac4d11ac53b4d539588d216d107f7703 [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>