mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -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
|
|
@ -25,8 +25,6 @@
|
|||
explicitly if different */
|
||||
#define INPUT_SRC_CAPS SRC_CAP_MIC
|
||||
|
||||
|
||||
|
||||
/* define this if you have a colour LCD */
|
||||
#define HAVE_LCD_COLOR
|
||||
|
||||
|
|
@ -161,7 +159,7 @@
|
|||
#define CURRENT_MAX_CHG 200
|
||||
|
||||
/* Define this to the CPU frequency */
|
||||
#define CPU_FREQ 454000000
|
||||
#define CPU_FREQ 200000000
|
||||
|
||||
/* Type of LCD */
|
||||
#define CONFIG_LCD LCD_CREATIVEZENV
|
||||
|
|
@ -188,5 +186,3 @@
|
|||
#define BOOTDIR "/.rockbox"
|
||||
|
||||
#define INCLUDE_TIMEOUT_API
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue