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:
Matthias Reichl 2021-07-19 16:40:22 +02:00
parent 419ecd5d3c
commit 91be0b98e4
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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