Revert "Removed overclocked boot since some phones won't handle it." since I edited the wrong bit!
This reverts commit e937051daf
.
This commit is contained in:
parent
e937051daf
commit
6278876f4d
@ -542,9 +542,9 @@ void __init acpu_freq_tbl_fixup(void)
|
||||
case 0x30:
|
||||
case 0x00:
|
||||
#ifdef CONFIG_HTCLEO_EXOVERCLOCK
|
||||
max_acpu_khz = 1190400;
|
||||
max_acpu_khz = 1305600;
|
||||
#elif CONFIG_HTCLEO_OVERCLOCK
|
||||
max_acpu_khz = 998400;
|
||||
max_acpu_khz = 1190400;
|
||||
#else
|
||||
max_acpu_khz = 998400;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user