From 33cf19b9ad8c1ada7cb089197e24532bdc2162e9 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 23 Mar 2009 22:33:51 +0000 Subject: [PATCH] Fix Ondio FM bootbox build too (see r19579/r19580). git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_2@20505 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondiofm.h | 2 ++ 1 file changed, 2 insertions(+) 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 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x8000 +#ifndef BOOTLOADER /* Define this if you have an FM Radio */ #define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */ #define CONFIG_TUNER_XTAL 13000000 +#endif /* Define this if you have a MAS3587F */ #define CONFIG_CODEC MAS3587F