diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-08-13 18:10:51 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-08-13 18:10:51 +0000 |
| commit | ab543c71a9c8a035168f48b5bb197f3b85bb7b50 (patch) | |
| tree | 18771936585c79366c8846ae04e29e9227d84dde /firmware/export | |
| parent | b626269b941a49ef4c5b9d3edcba29b0f6308e7c (diff) | |
| download | rockbox-ab543c71a9c8a035168f48b5bb197f3b85bb7b50.zip rockbox-ab543c71a9c8a035168f48b5bb197f3b85bb7b50.tar.gz rockbox-ab543c71a9c8a035168f48b5bb197f3b85bb7b50.tar.bz2 rockbox-ab543c71a9c8a035168f48b5bb197f3b85bb7b50.tar.xz | |
Forgot that the simulator doesn't simulate the FM radio
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7320 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-h100.h | 6 | ||||
| -rw-r--r-- | firmware/export/config-h120.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index c45fa5c..db6ecbf 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -7,9 +7,6 @@ */ #define IRIVER_H100_SERIES 1 -#define CONFIG_TUNER TEA5767 -#define CONFIG_TUNER_XTAL 32768000 - /* For Rolo and boot loader */ #define MODEL_NUMBER 1 @@ -52,6 +49,9 @@ #ifndef SIMULATOR +#define CONFIG_TUNER TEA5767 +#define CONFIG_TUNER_XTAL 32768000 + /* Define this if you have a Motorola SCF5249 */ #define CONFIG_CPU MCF5249 diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 7a894ed..0d374c3 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -3,9 +3,6 @@ */ #define IRIVER_H100_SERIES 1 -#define CONFIG_TUNER TEA5767 -#define CONFIG_TUNER_XTAL 32768000 - /* For Rolo and boot loader */ #define MODEL_NUMBER 0 @@ -48,6 +45,9 @@ #ifndef SIMULATOR +#define CONFIG_TUNER TEA5767 +#define CONFIG_TUNER_XTAL 32768000 + /* Define this if you have a Motorola SCF5249 */ #define CONFIG_CPU MCF5249 |