imx233: Make bootloader compile, fix up remanining warnings

Change-Id: Ie87d178c56455b93364dffa656ebbee9cd7a4bad
This commit is contained in:
Solomon Peachy 2025-01-08 09:13:52 -05:00
parent 18aa0f6278
commit 9417ece0ea
4 changed files with 8 additions and 9 deletions

View file

@ -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