projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d713be
)
stm32f429-discovery: Use ttyS0 as the console device
author
rev13@wp.pl
<rev13@wp.pl>
Sun, 5 Jul 2015 10:54:23 +0000
(12:54 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 27 Jul 2015 19:01:56 +0000
(15:01 -0400)
Mainline kernel will be using this device name as well.
Signed-off-by: Kamil Lulko <rev13@wp.pl>
include/configs/stm32f429-discovery.h
patch
|
blob
|
history
diff --git
a/include/configs/stm32f429-discovery.h
b/include/configs/stm32f429-discovery.h
index 1b4fd213cf43f0c558d28fd74c8af7d7b139e203..8169cac379753abb32bc8fdd880a7c98b19714c2 100644
(file)
--- a/
include/configs/stm32f429-discovery.h
+++ b/
include/configs/stm32f429-discovery.h
@@
-80,7
+80,7
@@
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTARGS \
- "console=tty
stm
0,115200 earlyprintk consoleblank=0 ignore_loglevel"
+ "console=tty
S
0,115200 earlyprintk consoleblank=0 ignore_loglevel"
#define CONFIG_BOOTCOMMAND \
"run bootcmd_romfs"