summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-03-12 20:57:19 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-03-12 20:57:19 +0000
commitc8836112c6f88298f7d43eab0e83e05ca87eaf91 (patch)
treeb5ba6773db6d8160a89d751f1cadf773dcca9160 /firmware/export/config.h
parent769fcbd4d9425d0de1fa1628acdce1a2ffbdcd98 (diff)
downloadrockbox-c8836112c6f88298f7d43eab0e83e05ca87eaf91.tar.gz
rockbox-c8836112c6f88298f7d43eab0e83e05ca87eaf91.zip
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
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
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 @@
400 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ 400 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
401 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ 401 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
402 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \ 402 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
403 /*defined(CPU_TCC780X) || /. Telechips: core, plugins, codecs */ \ 403 defined(CPU_TCC780X) || /* Telechips: core, plugins, codecs */ \
404 (CONFIG_CPU == PNX0101)) 404 (CONFIG_CPU == PNX0101))
405#define ICODE_ATTR __attribute__ ((section(".icode"))) 405#define ICODE_ATTR __attribute__ ((section(".icode")))
406#define ICONST_ATTR __attribute__ ((section(".irodata"))) 406#define ICONST_ATTR __attribute__ ((section(".irodata")))