From c36d7768c539921754dd26ded343a08e11ccc0f0 Mon Sep 17 00:00:00 2001 From: Roman Artiukhin Date: Mon, 19 Feb 2024 13:59:51 +0200 Subject: Sansa e200v2: bootloader: fit size Max allowed size: 120860 Old thumb build: 128494 New thumb build: 118514 (fits!) Disabled: Logo; alpha blending capabilities for bitmaps; Arm stack unwinder (backtrace); Related forum discussion: https://forums.rockbox.org/index.php/topic,54768.0.html Fixes FS#12380 Change-Id: I978720d795cb0ef5169103e467cf8386c21d8e93 --- firmware/export/config/sansae200v2.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'firmware/export/config/sansae200v2.h') diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index 00833d56a6..e7ff291cc7 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -65,14 +65,17 @@ #define HAVE_LCD_SLEEP #define HAVE_LCD_SLEEP_SETTING */ -#endif /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP /* define this if you can invert the colours on your LCD */ #define HAVE_LCD_INVERT - +#else /* !BOOTLOADER */ +#define DISABLE_ALPHA_BITMAP +#define DISABLE_LOGO +#define DISABLE_BACKTRACE +#endif /* !BOOTLOADER */ /* put the lcd frame buffer in IRAM */ #define IRAM_LCDFRAMEBUFFER IBSS_ATTR -- cgit v1.2.3