mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue