bcm2835-bootloader: fix typos in config.txt, thanks to 'rduke'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-20 21:26:39 +02:00
parent ea1c6d2aaf
commit c2ed696a82

View File

@ -26,7 +26,7 @@
# Memory (System/GPU configuration )
################################################################################
# default GPU memory split (dont change if you dont know what you do)
# default GPU memory split (do not change if you do not know what you are doing)
gpu_mem=128
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
@ -35,7 +35,7 @@
################################################################################
# Overclocking settings
# WARNING: Dont change/enable if you dont know what you are doing!
# WARNING: Do not change/enable if you do not know what you are doing!
# The System may become unstable or you can have data corruption or
# you can loose your warranty if you set wrong settings
#
@ -44,7 +44,7 @@
# Overclock mode settings.
#
# default recomment values are: arm_freq | core_freq | sdram_freq | over_voltage
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking : 700 | 250 | 400 | 0
# mode 'Modest' : 800 | 300 | 400 | 0
# mode 'Medium' : 900 | 333 | 450 | 2
@ -56,13 +56,13 @@
# sdram_freq=400
# over_voltage=0
# set to 'force_turbo=1' to disable dynamic overclocking (you can loose your warranty!)
# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
force_turbo=0
# If you have any data corruption using Turbo Mode and overclocking
# to with this setting uncommented
# If this still fails, try to use Medium mode whitout "over_voltage=2"
# If this finally still fails, forget about this until this gets fixed
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30
@ -89,8 +89,8 @@
# hdmi_force_hotplug=1
################################################################################
# License keys to enable GPU hardware decoders
# to get the keys see http://www.raspberrypi.com
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################
# decode_MPG2=0x00000000
@ -100,4 +100,6 @@
################################################################################
# End of default configuration
# all values behind this line was inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################