summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod1g2g.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:23:57 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:23:57 +0000
commitee9ece1acf4e48aec2ce058c2739c8d6ba08e9a5 (patch)
tree462b6709bf3332e2f59262d28fde56f33bfbae49 /firmware/export/config-ipod1g2g.h
parent5b1192f834e79c161d910f05df7194e8689f8073 (diff)
downloadrockbox-ee9ece1acf4e48aec2ce058c2739c8d6ba08e9a5.tar.gz
rockbox-ee9ece1acf4e48aec2ce058c2739c8d6ba08e9a5.zip
LCD_DEPTH == 2, horizontal packing: specify if lcd framebuffer is in iram into the model specific config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22399 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipod1g2g.h')
-rw-r--r--firmware/export/config-ipod1g2g.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index e642dfd930..d26d9787cc 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -169,4 +169,6 @@
169 169
170#define ICODE_ATTR_TREMOR_NOT_MDCT 170#define ICODE_ATTR_TREMOR_NOT_MDCT
171 171
172#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
173
172#endif /* SIMULATOR */ 174#endif /* SIMULATOR */