diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-01-24 19:28:52 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-01-24 19:28:52 +0000 |
commit | e7723841cca58910185699bfc5cf0b4ea3a8a0a1 (patch) | |
tree | c3e038194835cdde108b61c4e6cd13b7e9f0b0a0 /firmware/export/config/ondavx747.h | |
parent | 12dd944d9bb0acf6a719ddb47ae2b5b160aaffb2 (diff) | |
download | rockbox-e7723841cca58910185699bfc5cf0b4ea3a8a0a1.tar.gz rockbox-e7723841cca58910185699bfc5cf0b4ea3a8a0a1.tar.bz2 rockbox-e7723841cca58910185699bfc5cf0b4ea3a8a0a1.zip |
ondavx777 : use own config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24327 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ondavx747.h')
-rw-r--r-- | firmware/export/config/ondavx747.h | 13 |
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 @@ #define MODEL_NAME "Onda VX747+" #define MODEL_NUMBER 54 /* Define something for camera interface... */ -#elif defined(ONDA_VX777) -#define MODEL_NAME "Onda VX777" -#define MODEL_NUMBER 61 #else #define MODEL_NAME "Onda VX747" #define MODEL_NUMBER 45 @@ -89,11 +86,8 @@ /* Define this if your LCD can be enabled/disabled */ #define HAVE_LCD_ENABLE -#ifdef ONDA_VX777 -#define CONFIG_KEYPAD ONDAVX777_PAD -#else #define CONFIG_KEYPAD ONDAVX747_PAD -#endif + #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA @@ -165,10 +159,8 @@ /* Hardware controlled charging with monitoring */ #define CONFIG_CHARGING CHARGING_MONITOR -#ifndef ONDA_VX777 /* Doesn't have any physical buttons */ /* There is only USB charging */ #define HAVE_USB_POWER -#endif #define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */ @@ -213,11 +205,10 @@ No access to the NAND yet.. #ifdef ONDA_VX747P #define BOOTFILE_EXT "vx747p" -#elif defined(ONDA_VX777) -#define BOOTFILE_EXT "vx777" #else #define BOOTFILE_EXT "vx747" #endif + #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" |