diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2009-08-18 04:10:06 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2009-08-18 04:10:06 +0000 |
commit | 47b2b579cccc531b50e4e01d757e92fa557b949c (patch) | |
tree | 299f2ee41c541e75cfcd99c0e6c4122fccc958f4 /firmware/export/config-clip.h | |
parent | b035fee1551b611ff6b1336c588680871298c68d (diff) | |
download | rockbox-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-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 57dd6bf374..03f5edd453 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -87,7 +87,7 @@ #define MAX_CONTRAST_SETTING 50 #define DEFAULT_CONTRAST_SETTING 30 -#define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */ +#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */ #define CONFIG_KEYPAD SANSA_CLIP_PAD |