bcm2835-bootloader: cleanup config.txt

Drop commented-out hdmi_force_hotplug option which won't work
anymore with KMS and force_turbo=0 which is already the default.

Fix URL to config.txt documentation (aligned with shorturl from
RPiOS).

Cleanup comments, fix typos.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-11-24 11:27:30 +01:00
parent 475052cc02
commit 73704db1f5

View File

@ -5,33 +5,18 @@
# Bootloader configuration
# config.txt version v1 (do not remove or change this line!)
################################################################################
################################################################################
# Memory (System/GPU configuration )
# For more options and information see
# http://rpf.io/configtxt
################################################################################
# Default GPU memory split
# Default GPU memory split, 76MB are needed for H264 decoder
gpu_mem=76
################################################################################
# For overclocking and various other settings, see:
# https://www.raspberrypi.org/documentation/configuration/config-txt.md
################################################################################
# Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always.
force_turbo=0
# Force HDMI even if unplugged or powered off
# hdmi_force_hotplug=1
# Doesn't sent initial active source message.
# Don't send initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
hdmi_ignore_cec_init=1
################################################################################
# End of default configuration
################################################################################
################################################################################
# Include distribution specific config file if it exists.
################################################################################