* startup/bspstarthooks.c: Removed start section attribute defines.
This commit is contained in:
Sebastian Huber
2010-05-20 14:33:34 +00:00
parent c3dd440dce
commit d2137a0599
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/bspstarthooks.c: Removed start section attribute defines.
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg,

View File

@@ -42,9 +42,6 @@
#define LPC32XX_MMU_CODE LPC32XX_MMU_READ_ONLY_CACHED
#endif
#define BSP_START_SECTION __attribute__((section(".bsp_start")))
#define BSP_START_DATA_SECTION __attribute__((section(".bsp_start_data")))
static void BSP_START_SECTION lpc32xx_clear_bss(void)
{
const int *end = (const int *) bsp_section_bss_end;