From: Patrice Chotard Date: Tue, 1 Apr 2025 13:51:32 +0000 (+0200) Subject: configs: stm32746-eval: Fix console cmdline X-Git-Tag: v2025.07-rc2~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b74f86b683ef7ef86e19a0ab63d6a7346baf42a;p=pandora-u-boot.git configs: stm32746-eval: Fix console cmdline The Linux cmdline encoded in the defconfig is wrong, the STM32 USART driver registers as ttySTM0 not ttyS0. Signed-off-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/configs/stm32746g-eval_defconfig b/configs/stm32746g-eval_defconfig index c95cb60b0fb..5ffe1c1661a 100644 --- a/configs/stm32746g-eval_defconfig +++ b/configs/stm32746g-eval_defconfig @@ -18,7 +18,7 @@ CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n" CONFIG_AUTOBOOT_STOP_STR=" " CONFIG_USE_BOOTARGS=y -CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel" +CONFIG_BOOTARGS="console=ttySTM0,115200 earlyprintk consoleblank=0 ignore_loglevel" CONFIG_SYS_PBSIZE=1050 CONFIG_DEFAULT_FDT_FILE="stm32746g-eval" # CONFIG_DISPLAY_CPUINFO is not set