h300 has a 16 bits display, not a 2 bits.

do not put lcd framebuffer in iram because there is no room for it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2009-08-18 04:36:42 +00:00
parent 5929a8fb47
commit fed07312ed

View file

@ -206,5 +206,3 @@
#define MIN_REMOTE_CONTRAST_SETTING 5
#define MAX_REMOTE_CONTRAST_SETTING 63
#define DEFAULT_REMOTE_CONTRAST_SETTING 42
#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */