From fed07312edff7c69f03946bf90f57f7b57f9be39 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Tue, 18 Aug 2009 04:36:42 +0000 Subject: 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 --- firmware/export/config-h300.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index f32732f545..91f54f5479 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -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 */ -- cgit v1.2.3