]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
stm32f429-discovery: Use ttyS0 as the console device
authorrev13@wp.pl <rev13@wp.pl>
Sun, 5 Jul 2015 10:54:23 +0000 (12:54 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:09 +0000 (13:49 +0200)
Mainline kernel will be using this device name as well.

Signed-off-by: Kamil Lulko <rev13@wp.pl>
include/configs/stm32f429-discovery.h

index 1b4fd213cf43f0c558d28fd74c8af7d7b139e203..8169cac379753abb32bc8fdd880a7c98b19714c2 100644 (file)
@@ -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"