From 3c6d7ae543ec3831234d41f8e2d3d8f5315e4e57 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 24 Apr 2012 14:00:54 +0200 Subject: bsps/stackalloc: Use stack section symbols --- c/src/lib/libbsp/arm/lpc24xx/startup/bspstart.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'c/src/lib/libbsp/arm/lpc24xx/startup') diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/bspstart.c b/c/src/lib/libbsp/arm/lpc24xx/startup/bspstart.c index 905336b4aa..a68e6b8f4c 100644 --- a/c/src/lib/libbsp/arm/lpc24xx/startup/bspstart.c +++ b/c/src/lib/libbsp/arm/lpc24xx/startup/bspstart.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include @@ -94,12 +93,4 @@ void bsp_start(void) /* DMA */ lpc24xx_dma_initialize(); - - /* Task stacks */ - #ifdef LPC24XX_SPECIAL_TASK_STACKS_SUPPORT - bsp_stack_initialize( - bsp_section_stack_begin, - (uintptr_t) bsp_section_stack_size - ); - #endif } -- cgit v1.2.3