From: rev13@wp.pl Date: Sun, 5 Jul 2015 10:54:23 +0000 (+0200) Subject: stm32f429-discovery: Use ttyS0 as the console device X-Git-Tag: v2025.01-rc5-pxa1908~12477 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=6b3305683610d0d63a43e92aa241c3966f5d4976;p=u-boot.git stm32f429-discovery: Use ttyS0 as the console device Mainline kernel will be using this device name as well. Signed-off-by: Kamil Lulko --- diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 1b4fd213cf..8169cac379 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -80,7 +80,7 @@ #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTARGS \ - "console=ttystm0,115200 earlyprintk consoleblank=0 ignore_loglevel" + "console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel" #define CONFIG_BOOTCOMMAND \ "run bootcmd_romfs"