summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-03-24 00:26:24 +0000
committerJens Arnold <amiconn@rockbox.org>2009-03-24 00:26:24 +0000
commita8c22dec4322c6e1ab674731076eed0b1584914b (patch)
tree21a1c55b15372f69790826f184bdb76bf68e8295
parent0a24140f59499b73376890fcbeff02aa1b2c1d30 (diff)
downloadrockbox-a8c22dec4322c6e1ab674731076eed0b1584914b.tar.gz
rockbox-a8c22dec4322c6e1ab674731076eed0b1584914b.zip
Fix Ondio FM and recorder v2 bootbox builds (see r19579/r19580).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20509 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ondiofm.h2
-rw-r--r--firmware/export/config-recorderv2.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index e5198f8b0a..e36eff8757 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -50,9 +50,11 @@
50/* The number of bytes reserved for loadable plugins */ 50/* The number of bytes reserved for loadable plugins */
51#define PLUGIN_BUFFER_SIZE 0x8000 51#define PLUGIN_BUFFER_SIZE 0x8000
52 52
53#ifndef BOOTLOADER
53/* Define this if you have an FM Radio */ 54/* Define this if you have an FM Radio */
54#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */ 55#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */
55#define CONFIG_TUNER_XTAL 13000000 56#define CONFIG_TUNER_XTAL 13000000
57#endif
56 58
57/* Define this if you have a MAS3587F */ 59/* Define this if you have a MAS3587F */
58#define CONFIG_CODEC MAS3587F 60#define CONFIG_CODEC MAS3587F
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 5e404a9873..8c2bc6863f 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -112,8 +112,10 @@
112/* Offset ( in the firmware file's header ) to the real data */ 112/* Offset ( in the firmware file's header ) to the real data */
113#define FIRMWARE_OFFSET_FILE_DATA 24 113#define FIRMWARE_OFFSET_FILE_DATA 24
114 114
115#ifndef BOOTLOADER
115/* Define this if you have an FM Radio */ 116/* Define this if you have an FM Radio */
116#define CONFIG_TUNER S1A0903X01 117#define CONFIG_TUNER S1A0903X01
118#endif
117 119
118/* The start address index for ROM builds */ 120/* The start address index for ROM builds */
119/* #define ROM_START 0x12010 for behind original Archos */ 121/* #define ROM_START 0x12010 for behind original Archos */