forked from Imagelibrary/rtems
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/bspstarthooks.c: Removed start section attribute defines.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user