summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 92dd07695d..854b1c1ade 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -45,9 +45,6 @@
45/* Define this if you have a SH7034 */ 45/* Define this if you have a SH7034 */
46#define CONFIG_CPU SH7034 46#define CONFIG_CPU SH7034
47 47
48/* Define this if you have charging control */
49#define HAVE_CHARGE_CTRL
50
51/* Define this if you have ATA power-off control */ 48/* Define this if you have ATA power-off control */
52#define HAVE_ATA_POWER_OFF 49#define HAVE_ATA_POWER_OFF
53 50
@@ -80,8 +77,8 @@
80/* How to detect USB */ 77/* How to detect USB */
81#define USB_RECORDERSTYLE 1 78#define USB_RECORDERSTYLE 1
82 79
83/* Define this if the platform can charge batteries */ 80/* Software controlled charging */
84#define HAVE_CHARGING 1 81#define CONFIG_CHARGING CHARGING_CONTROL
85 82
86/* The start address index for ROM builds */ 83/* The start address index for ROM builds */
87/* #define ROM_START 0x11010 for behind original Archos */ 84/* #define ROM_START 0x11010 for behind original Archos */