mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 08:32:36 -05:00
imx233: Make bootloader compile, fix up remanining warnings
Change-Id: Ie87d178c56455b93364dffa656ebbee9cd7a4bad
This commit is contained in:
parent
18aa0f6278
commit
9417ece0ea
4 changed files with 8 additions and 9 deletions
|
|
@ -35,6 +35,7 @@
|
|||
#define IMX233_CPUFREQ_454_MHz 454740000
|
||||
#define IMX233_CPUFREQ_320_MHz 320000000
|
||||
#define IMX233_CPUFREQ_261_MHz 261820000
|
||||
#define IMX233_CPUFREQ_200_MHz 200000000
|
||||
#define IMX233_CPUFREQ_64_MHz 64000000
|
||||
#define IMX233_CPUFREQ_24_MHz 24000000
|
||||
|
||||
|
|
@ -44,6 +45,8 @@
|
|||
#define CPUFREQ_MAX IMX233_CPUFREQ_454_MHz
|
||||
#elif IMX233_SUBTARGET >= 3700
|
||||
#define CPUFREQ_MAX IMX233_CPUFREQ_320_MHz
|
||||
#else
|
||||
#define CPUFREQ_MAX IMX233_CPUFREQ_200_MHz
|
||||
#endif
|
||||
#define CPUFREQ_SLEEP IMX233_CPUFREQ_64_MHz
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue