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. ################################################################################