commit | 6b343ab38d9665e5062134549323f998c60c35d6 | [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 | f30fd55e82ae82b720649cc67744308a8356a874 [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>