Make test_codec compile and clean up some comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20658 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3e2cf9a380
commit
87efb79682
1 changed files with 4 additions and 6 deletions
|
@ -22,6 +22,7 @@
|
|||
/*
|
||||
* This config file is for the Onda VX747(+)
|
||||
*/
|
||||
|
||||
#define TARGET_TREE /* this target is using the target tree system */
|
||||
|
||||
#define CONFIG_SDRAM_START 0x80004000
|
||||
|
@ -39,12 +40,11 @@
|
|||
//#define HAVE_HOTSWAP
|
||||
|
||||
//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
||||
#define CONFIG_STORAGE STORAGE_SD /* Multivolume currently handled at firmware/target/ level */
|
||||
#define CONFIG_STORAGE STORAGE_SD
|
||||
|
||||
/* ChinaChip NAND FTL */
|
||||
#define CONFIG_NAND NAND_CC
|
||||
|
||||
//#define HAVE_MULTIVOLUME
|
||||
|
||||
/* define this if you have a bitmap LCD display */
|
||||
#define HAVE_LCD_BITMAP
|
||||
|
||||
|
@ -126,9 +126,6 @@
|
|||
/* has no tone controls, so we use the software ones */
|
||||
//#define HAVE_SW_TONE_CONTROLS
|
||||
|
||||
/*#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \
|
||||
SAMPR_CAP_11)*/
|
||||
|
||||
#define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */
|
||||
#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
|
||||
#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
|
||||
|
@ -169,6 +166,7 @@
|
|||
/* Define this if you have adjustable CPU frequency */
|
||||
/* #define HAVE_ADJUSTABLE_CPU_FREQ */
|
||||
#define CPUFREQ_NORMAL 336000000 /* CPU clock: 336 MHz */
|
||||
#define CPUFREQ_MAX 336000000 /* CPU clock: 336 MHz */
|
||||
|
||||
#ifdef ONDA_VX747P
|
||||
#define BOOTFILE_EXT "vx747p"
|
||||
|
|
Loading…
Reference in a new issue