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.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/firmware/export/config/ondavx747.h b/firmware/export/config/ondavx747.h
index 00be288ead..36e787a32b 100644
--- a/firmware/export/config/ondavx747.h
+++ b/firmware/export/config/ondavx747.h
@@ -31,9 +31,6 @@
31#define MODEL_NAME "Onda VX747+" 31#define MODEL_NAME "Onda VX747+"
32#define MODEL_NUMBER 54 32#define MODEL_NUMBER 54
33/* Define something for camera interface... */ 33/* Define something for camera interface... */
34#elif defined(ONDA_VX777)
35#define MODEL_NAME "Onda VX777"
36#define MODEL_NUMBER 61
37#else 34#else
38#define MODEL_NAME "Onda VX747" 35#define MODEL_NAME "Onda VX747"
39#define MODEL_NUMBER 45 36#define MODEL_NUMBER 45
@@ -89,11 +86,8 @@
89/* Define this if your LCD can be enabled/disabled */ 86/* Define this if your LCD can be enabled/disabled */
90#define HAVE_LCD_ENABLE 87#define HAVE_LCD_ENABLE
91 88
92#ifdef ONDA_VX777
93#define CONFIG_KEYPAD ONDAVX777_PAD
94#else
95#define CONFIG_KEYPAD ONDAVX747_PAD 89#define CONFIG_KEYPAD ONDAVX747_PAD
96#endif 90
97#define HAVE_TOUCHSCREEN 91#define HAVE_TOUCHSCREEN
98#define HAVE_BUTTON_DATA 92#define HAVE_BUTTON_DATA
99 93
@@ -165,10 +159,8 @@
165/* Hardware controlled charging with monitoring */ 159/* Hardware controlled charging with monitoring */
166#define CONFIG_CHARGING CHARGING_MONITOR 160#define CONFIG_CHARGING CHARGING_MONITOR
167 161
168#ifndef ONDA_VX777 /* Doesn't have any physical buttons */
169/* There is only USB charging */ 162/* There is only USB charging */
170#define HAVE_USB_POWER 163#define HAVE_USB_POWER
171#endif
172 164
173#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */ 165#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */
174 166
@@ -213,11 +205,10 @@ No access to the NAND yet..
213 205
214#ifdef ONDA_VX747P 206#ifdef ONDA_VX747P
215#define BOOTFILE_EXT "vx747p" 207#define BOOTFILE_EXT "vx747p"
216#elif defined(ONDA_VX777)
217#define BOOTFILE_EXT "vx777"
218#else 208#else
219#define BOOTFILE_EXT "vx747" 209#define BOOTFILE_EXT "vx747"
220#endif 210#endif
211
221#define BOOTFILE "rockbox." BOOTFILE_EXT 212#define BOOTFILE "rockbox." BOOTFILE_EXT
222#define BOOTDIR "/.rockbox" 213#define BOOTDIR "/.rockbox"
223 214