stm32f429-discovery: Use ttyS0 as the console device

Mainline kernel will be using this device name as well.

Signed-off-by: Kamil Lulko <rev13@wp.pl>
This commit is contained in:
rev13@wp.pl 2015-07-05 12:54:23 +02:00 committed by Tom Rini
parent 4d713be139
commit 6b33056836
1 changed files with 1 additions and 1 deletions

View 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"