summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200v4.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:10:06 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:10:06 +0000
commit47b2b579cccc531b50e4e01d757e92fa557b949c (patch)
tree299f2ee41c541e75cfcd99c0e6c4122fccc958f4 /firmware/export/config-m200v4.h
parentb035fee1551b611ff6b1336c588680871298c68d (diff)
downloadrockbox-47b2b579cccc531b50e4e01d757e92fa557b949c.tar.gz
rockbox-47b2b579cccc531b50e4e01d757e92fa557b949c.zip
LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specific config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22397 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-m200v4.h')
-rw-r--r--firmware/export/config-m200v4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index 4044c3d8ef..119bca8fe8 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -171,4 +171,6 @@
171#define ICODE_ATTR_ALAC 171#define ICODE_ATTR_ALAC
172#define IBSS_ATTR_SHORTEN_DECODED0 172#define IBSS_ATTR_SHORTEN_DECODED0
173 173
174#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
175
174#endif /* SIMULATOR */ 176#endif /* SIMULATOR */