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:
parent
4d713be139
commit
6b33056836
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user