From 85cf40822753cb8388a293d7f4b92cbb9eea2c24 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 23 Mar 2009 22:28:22 +0000 Subject: [PATCH] Fix recorder v2 bootbox build (see r19579/r19580). git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_2@20504 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-recorderv2.h | 2 ++ 1 file changed, 2 insertions(+) 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 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 24 +#ifndef BOOTLOADER /* Define this if you have an FM Radio */ #define CONFIG_TUNER S1A0903X01 +#endif /* The start address index for ROM builds */ /* #define ROM_START 0x12010 for behind original Archos */