From c8836112c6f88298f7d43eab0e83e05ca87eaf91 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Wed, 12 Mar 2008 20:57:19 +0000 Subject: Cowon D2: Make the bootloader functional (usage instructions to appear on the CowonD2Info wikipage shortly). Also re-enable IRAM by reducing Tremor's ICODE usage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16646 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/export/config-cowond2.h') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 78b963c58d..9363f67683 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -6,6 +6,9 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 24 +/* Produce a dual-boot bootloader.bin for mktccboot */ +#define TCCBOOT + /* define this if you have recording possibility */ //#define HAVE_RECORDING @@ -63,6 +66,9 @@ /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF +/* Reduce Tremor's ICODE usage */ +#define ICODE_ATTR_TREMOR_NOT_MDCT + /* The number of bytes reserved for loadable codecs */ #define CODEC_SIZE 0x80000 -- cgit v1.2.3