diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-04-08 14:10:17 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-04-08 14:10:17 +0000 |
| commit | 87efb79682577742e8992c37d15f40ffd5832030 (patch) | |
| tree | 032271c25bc75b9ec7b2ac82150d43241acf48dd | |
| parent | 3e2cf9a38088aae668d62cd2326514885e9e8d0f (diff) | |
| download | rockbox-87efb79682577742e8992c37d15f40ffd5832030.zip rockbox-87efb79682577742e8992c37d15f40ffd5832030.tar.gz rockbox-87efb79682577742e8992c37d15f40ffd5832030.tar.bz2 rockbox-87efb79682577742e8992c37d15f40ffd5832030.tar.xz | |
Make test_codec compile and clean up some comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20658 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-ondavx747.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index b66c3ac..a2425de 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -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" |