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:
f35d2af
)
tizen: bootscripts: vf2: remove console=tty0 from cmdline
41/294841/1
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 27 Jun 2023 10:05:15 +0000
(19:05 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 27 Jun 2023 10:05:15 +0000
(19:05 +0900)
Remove console=tty0 from cmdline.
When it's using, kernel message is displayed to vidconsole.
Change-Id: I6b294037773a78e32908f035695b47285031d9c8
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
tizen/bootscript/tizen-boot-vf2.scr
patch
|
blob
|
history
diff --git
a/tizen/bootscript/tizen-boot-vf2.scr
b/tizen/bootscript/tizen-boot-vf2.scr
index
4b519f6
..
2e663ca
100644
(file)
--- a/
tizen/bootscript/tizen-boot-vf2.scr
+++ b/
tizen/bootscript/tizen-boot-vf2.scr
@@
-94,7
+94,7
@@
fi
# setting console device if noting is set
if test -z "${console}"; then;
- setenv console "console=tty
0 console=tty
S0,115200 earlycon"
+ setenv console "console=ttyS0,115200 earlycon"
fi
echo "console: ${console}"