diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-cowond2.h | 6 | ||||
-rw-r--r-- | firmware/export/config.h | 2 |
2 files changed, 7 insertions, 1 deletions
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 diff --git a/firmware/export/config.h b/firmware/export/config.h index e1c0cbc938..6a04504613 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -400,7 +400,7 @@ defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \ - /*defined(CPU_TCC780X) || /. Telechips: core, plugins, codecs */ \ + defined(CPU_TCC780X) || /* Telechips: core, plugins, codecs */ \ (CONFIG_CPU == PNX0101)) #define ICODE_ATTR __attribute__ ((section(".icode"))) #define ICONST_ATTR __attribute__ ((section(".irodata"))) |