Re: [PATCH 1/6] configs: stm32f769-disco_spl: Fix console cmdline

2025-05-05 Thread Patrice CHOTARD
On 4/22/25 09:50, Patrick DELAUNAY wrote: > Hi > > On 4/1/25 15:51, Patrice Chotard wrote: >> The Linux cmdline encoded in the defconfig is wrong, the >> STM32 USART driver registers as ttySTM0 not ttyS0. >> >> Signed-off-by: Patrice Chotard >> --- >> >>   configs/stm32f769-disco_spl_defconfig

Re: [PATCH 1/6] configs: stm32f769-disco_spl: Fix console cmdline

2025-04-22 Thread Patrick DELAUNAY
Hi On 4/1/25 15:51, Patrice Chotard wrote: The Linux cmdline encoded in the defconfig is wrong, the STM32 USART driver registers as ttySTM0 not ttyS0. Signed-off-by: Patrice Chotard --- configs/stm32f769-disco_spl_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/6] configs: stm32f769-disco_spl: Fix console cmdline

2025-04-01 Thread Patrice Chotard
The Linux cmdline encoded in the defconfig is wrong, the STM32 USART driver registers as ttySTM0 not ttyS0. Signed-off-by: Patrice Chotard --- configs/stm32f769-disco_spl_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm32f769-disco_spl_defconfig b/confi