Re: [PATCH] ARM: stm32: Set stdio to serial on DH STM32MP15xx DHSOM

2024-01-19 Thread Patrice CHOTARD
On 1/16/24 08:19, Patrice CHOTARD wrote: > Hi Marek > > On 1/13/24 18:57, Marek Vasut wrote: >> In case CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV are enabled, the console >> stdin, stdout, stderr must be defined in environment. Define the default >> settings to fix the following warning on boot: >>

Re: [PATCH] ARM: stm32: Set stdio to serial on DH STM32MP15xx DHSOM

2024-01-15 Thread Patrice CHOTARD
Hi Marek On 1/13/24 18:57, Marek Vasut wrote: > In case CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV are enabled, the console > stdin, stdout, stderr must be defined in environment. Define the default > settings to fix the following warning on boot: > > " > In:No input devices available! > Out: No

[PATCH] ARM: stm32: Set stdio to serial on DH STM32MP15xx DHSOM

2024-01-13 Thread Marek Vasut
In case CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV are enabled, the console stdin, stdout, stderr must be defined in environment. Define the default settings to fix the following warning on boot: " In:No input devices available! Out: No output devices available! Err: No error devices available!