commit | d61be5b6bf12560d8cd0f914b0ffb98e4dbdaaf8 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Sun Jul 23 12:40:37 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Aug 02 16:32:31 2023 +0800 |
tree | 895bb990a5dc4afd439aaed1d10616e61c221c14 | |
parent | a6a8350069582ce911840b2662d635ff3b53501f [diff] |
console: Print out complete stdio device list At present if both CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV are on, during boot, the printed out stdio devices are incomplete, e.g.: with "stdout=serial,vidconsole", only "vidconsole" is printed. For such case, we can print out the stdio device name from the environment variables. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>