diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-03-03 23:52:36 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-03-03 23:52:36 +0000 |
commit | 9b810734f8251fabbecdcf68abdd598c3d4d7ffc (patch) | |
tree | cf4f17edc7af1c728acaa95cd92bb1b84eead688 /firmware/export/config.h | |
parent | 617ff557e8f15c6ee644cee2654eac7d783e4faf (diff) |
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.h | 1 |
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 */ #endif #if (defined(CPU_PP) || (CONFIG_CPU == AS3525)) && !defined(SIMULATOR) && !defined(BOOTLOADER) #define INIT_ATTR __attribute__ ((section(".init"))) +#define HAVE_INIT_ATTR #else #define INIT_ATTR #endif |