summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-03-03 23:52:36 +0000
committerThomas Martitz <kugel@rockbox.org>2010-03-03 23:52:36 +0000
commit9b810734f8251fabbecdcf68abdd598c3d4d7ffc (patch)
treecf4f17edc7af1c728acaa95cd92bb1b84eead688 /firmware/export/config.h
parent617ff557e8f15c6ee644cee2654eac7d783e4faf (diff)
downloadrockbox-9b810734f8251fabbecdcf68abdd598c3d4d7ffc.tar.gz
rockbox-9b810734f8251fabbecdcf68abdd598c3d4d7ffc.zip
Really fix bootloaders now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25017 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 51cf8c4f8f..ef72784ff7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -749,6 +749,7 @@ Lyre prototype 1 */
749#endif 749#endif
750#if (defined(CPU_PP) || (CONFIG_CPU == AS3525)) && !defined(SIMULATOR) && !defined(BOOTLOADER) 750#if (defined(CPU_PP) || (CONFIG_CPU == AS3525)) && !defined(SIMULATOR) && !defined(BOOTLOADER)
751#define INIT_ATTR __attribute__ ((section(".init"))) 751#define INIT_ATTR __attribute__ ((section(".init")))
752#define HAVE_INIT_ATTR
752#else 753#else
753#define INIT_ATTR 754#define INIT_ATTR
754#endif 755#endif