summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 3646156ede..a7df97068c 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -31,13 +31,13 @@
31#define MODEL_NAME "Onda VX747" 31#define MODEL_NAME "Onda VX747"
32 32
33/* For Rolo and boot loader */ 33/* For Rolo and boot loader */
34#define MODEL_NUMBER 35 34#define MODEL_NUMBER 45
35 35
36//#define HAVE_ATA_SD 36//#define HAVE_ATA_SD
37//#define HAVE_HOTSWAP 37//#define HAVE_HOTSWAP
38 38
39//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) 39//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
40#define CONFIG_STORAGE STORAGE_NAND /* Multivolume currently handled at firmware/target/ level */ 40#define CONFIG_STORAGE STORAGE_SD /* Multivolume currently handled at firmware/target/ level */
41 41
42#define CONFIG_NAND NAND_CC 42#define CONFIG_NAND NAND_CC
43 43
@@ -115,10 +115,10 @@
115 SAMPR_CAP_11)*/ 115 SAMPR_CAP_11)*/
116 116
117#define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */ 117#define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */
118#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 118#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
119#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */ 119#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
120#define BATTERY_CAPACITY_INC 100 /* capacity increment */ 120#define BATTERY_CAPACITY_INC 100 /* capacity increment */
121#define BATTERY_TYPES_COUNT 1 /* only one type */ 121#define BATTERY_TYPES_COUNT 1 /* only one type */
122 122
123/* Hardware controlled charging with monitoring */ 123/* Hardware controlled charging with monitoring */
124#define CONFIG_CHARGING CHARGING_MONITOR 124#define CONFIG_CHARGING CHARGING_MONITOR
@@ -132,7 +132,8 @@
132#define HAVE_POWEROFF_WHILE_CHARGING 132#define HAVE_POWEROFF_WHILE_CHARGING
133 133
134/* Define this to the CPU frequency */ 134/* Define this to the CPU frequency */
135#define CPU_FREQ 3686400 135#define CPU_FREQ 336000000 /* CPU clock: 336 MHz */
136#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */
136 137
137/* define this if you have a flash memory storage */ 138/* define this if you have a flash memory storage */
138#define HAVE_FLASH_STORAGE 139#define HAVE_FLASH_STORAGE
@@ -151,6 +152,7 @@
151 152
152/* Define this if you have adjustable CPU frequency */ 153/* Define this if you have adjustable CPU frequency */
153/* #define HAVE_ADJUSTABLE_CPU_FREQ */ 154/* #define HAVE_ADJUSTABLE_CPU_FREQ */
155#define CPUFREQ_NORMAL 336000000 /* CPU clock: 336 MHz */
154 156
155#define BOOTFILE_EXT "vx747" 157#define BOOTFILE_EXT "vx747"
156#define BOOTFILE "rockbox." BOOTFILE_EXT 158#define BOOTFILE "rockbox." BOOTFILE_EXT