mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
RPi: explicitly select framebuffer console in cmdline.txt
This prevents boot messages being sent to the (possibly unconnected) serial console. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
d54ec8093f
commit
a43ba0706a
@ -18,6 +18,9 @@
|
|||||||
# default: default mainline kernel
|
# default: default mainline kernel
|
||||||
LINUX="raspberrypi"
|
LINUX="raspberrypi"
|
||||||
|
|
||||||
|
# use framebuffer console
|
||||||
|
EXTRA_CMDLINE="console=tty0"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user