
24 Jul
2023
24 Jul
'23
8:02 p.m.
On Sun, Jul 23, 2023 at 12:40:37PM +0800, Bin Meng wrote:
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
This approach makes sense to me.
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom