mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
RPi: excplicitly end overlay scope in distroconfig.txt
This ensures dt parameters like dtparam=audio=on which appear after "include distroconfig" are applied to the base dt instead of the last dtoverlay loaded in distroconfig. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
419ecd5d3c
commit
91be0b98e4
@ -3,5 +3,6 @@
|
||||
|
||||
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
||||
dtoverlay=vc4-kms-v3d
|
||||
dtoverlay=
|
||||
disable_overscan=1
|
||||
disable_fw_kms_setup=1
|
||||
|
@ -3,5 +3,6 @@
|
||||
|
||||
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
||||
dtoverlay=vc4-kms-v3d,cma-128
|
||||
dtoverlay=
|
||||
disable_overscan=1
|
||||
disable_fw_kms_setup=1
|
||||
|
@ -4,5 +4,6 @@
|
||||
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
||||
dtoverlay=vc4-kms-v3d,cma-512
|
||||
dtoverlay=rpivid-v4l2
|
||||
dtoverlay=
|
||||
disable_overscan=1
|
||||
disable_fw_kms_setup=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user