projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd7486
)
am3517_evm: Use ttyS2 instead of ttyO2
author
Adam Ford
<aford173@gmail.com>
Mon, 10 Dec 2018 20:56:36 +0000
(14:56 -0600)
committer
Tom Rini
<trini@konsulko.com>
Wed, 12 Dec 2018 17:14:25 +0000
(12:14 -0500)
The serial driver in the kernel moved from ttyOx to ttySx a while
ago. This patch updates the console parameter to align with the
kernel change.
Signed-off-by: Adam Ford <aford173@gmail.com>
include/configs/am3517_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am3517_evm.h
b/include/configs/am3517_evm.h
index
4e7e520
..
eb50012
100644
(file)
--- a/
include/configs/am3517_evm.h
+++ b/
include/configs/am3517_evm.h
@@
-88,7
+88,7
@@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
- "console=tty
O
2,115200n8\0" \
+ "console=tty
S
2,115200n8\0" \
"fdtfile=am3517-evm.dtb\0" \
"fdtaddr=0x82C00000\0" \
"vram=16M\0" \