From 5929a8fb475586353dc3fb164190ae1923ef4eb6 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Tue, 18 Aug 2009 04:32:03 +0000 Subject: iaudiox5 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@22401 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-iaudiox5.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index dd83edf8ca..e048ebefb9 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -207,6 +207,3 @@ #define MIN_REMOTE_CONTRAST_SETTING 10 #define MAX_REMOTE_CONTRAST_SETTING 35 #define DEFAULT_REMOTE_CONTRAST_SETTING 24 /* Match boot contrast */ - -#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */ - -- cgit v1.2.3