From 73704db1f55f9928108a02b10d3eeb71cc1f541b Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Tue, 24 Nov 2020 11:27:30 +0100 Subject: [PATCH] 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 --- .../tools/bcm2835-bootloader/files/config.txt | 23 ++++--------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/packages/tools/bcm2835-bootloader/files/config.txt b/packages/tools/bcm2835-bootloader/files/config.txt index 552b552d36..7f434e317e 100644 --- a/packages/tools/bcm2835-bootloader/files/config.txt +++ b/packages/tools/bcm2835-bootloader/files/config.txt @@ -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. ################################################################################