Skip to content

Commit

Permalink
projects/Amlogic: config.ini cleanup...
Browse files Browse the repository at this point in the history
CPU frequency control for Odroid C2 was removed after the
unifaction work

The following patch could be added at a later date to re-enable
support for OC'ing

CoreELEC/linux-amlogic@4408eb2

However this causes problems for other devices so we would need to
utilise of_get_property or some other function so the code only
applies to the C2.
  • Loading branch information
adamg88 committed Jan 30, 2019
1 parent d40315f commit 7e34875
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions projects/Amlogic/bootloader/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,40 +86,6 @@
#
#------------------------------------------------------------------------------------------------------

#------------------------------------------------------------------------------------------------------
#
# CPU Frequency / Cores control
#
# WARNING!!! WARNING!!! WARNING!!!
# Before changing anything here please read the wiki entry:
# http://odroid.com/dokuwiki/doku.php?id=en:c2_set_cpu_freq
#
# MAX CPU's
# maxcpus='1'
# maxcpus='2'
# maxcpus='3'
# maxcpus='4'
#
# MAX Frequency
# 2.016GHz
# max_freq='2016'
# 1.944GHz
# max_freq='1944'
# 1.920GHz
# max_freq='1920'
# 1.896GHz
# max_freq='1896
# 1.752GHz
# max_freq='1752'
# 1.680GHz
# max_freq='1680'
# 1.656GHz
# max_freq='1656'
# 1.536GHz
# max_freq='1536'
#
#------------------------------------------------------------------------------------------------------

#------------------------------------------------------------------------------------------------------
#
# WOL setting for LePotato
Expand Down

0 comments on commit 7e34875

Please sign in to comment.