summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-12-19 20:13:44 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-12-19 20:13:44 +0000
commit02fad29a0783e1ed7d234ee5c940d95dde1b9148 (patch)
tree9b45001eda56115aa6e490124448b870b5a43e2c
parentfdc29d0ea4fbdd2cc1509a53122be7ec85cdb432 (diff)
downloadrockbox-02fad29a0783e1ed7d234ee5c940d95dde1b9148.tar.gz
rockbox-02fad29a0783e1ed7d234ee5c940d95dde1b9148.zip
Remove obsolete empty IRAM defines from the sansa m200v4 config file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31371 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/sansam200v4.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h
index 52b10a4431..7559361d4c 100644
--- a/firmware/export/config/sansam200v4.h
+++ b/firmware/export/config/sansam200v4.h
@@ -155,16 +155,6 @@
155#define BOOTFILE "rockbox." BOOTFILE_EXT 155#define BOOTFILE "rockbox." BOOTFILE_EXT
156#define BOOTDIR "/.rockbox" 156#define BOOTDIR "/.rockbox"
157 157
158#define IBSS_ATTR_VOICE_STACK
159#define ICODE_ATTR_TREMOR_NOT_MDCT
160#define ICODE_ATTR_TREMOR_MDCT
161#define ICODE_ATTR_FLAC
162#define IBSS_ATTR_FLAC_DECODED0
163#define ICONST_ATTR_MPA_HUFFMAN
164#define IBSS_ATTR_MPC_SAMPLE_BUF
165#define ICODE_ATTR_ALAC
166#define IBSS_ATTR_SHORTEN_DECODED0
167
168#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */ 158#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
169 159
170/* Define this if a programmable hotkey is mapped */ 160/* Define this if a programmable hotkey is mapped */