From 9b810734f8251fabbecdcf68abdd598c3d4d7ffc Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 3 Mar 2010 23:52:36 +0000 Subject: Really fix bootloaders now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25017 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export') 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 -- cgit v1.2.3