1
0
Fork 0
forked from len0rd/rockbox

Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14949 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2007-10-02 07:54:50 +00:00
parent 15b7321fe1
commit c90c18ea67
4 changed files with 18 additions and 8 deletions

View file

@ -252,6 +252,10 @@ void system_init(void)
SPURVEC = 24;
MPARK = 0x81; /* PARK[1,0]=10 + BCR24BIT */
#ifndef HAVE_ADJUSTABLE_CPU_FREQ
cf_set_cpu_frequency(CPUFREQ_DEFAULT);
#endif
}
void system_reboot (void)