summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/startup
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-03 10:39:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-03 17:30:54 +0200
commitfb0584fff85c4f03edbd26b44f10f07ec4eb5001 (patch)
treeb5a862e38d771f70e18d453d71489d84b8825d36 /c/src/lib/libbsp/arm/lpc24xx/startup
parentarm: Switch to ARM only for Thumb-1 (diff)
downloadrtems-fb0584fff85c4f03edbd26b44f10f07ec4eb5001.tar.bz2
bsps/arm: Move implementation to inline functions
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/startup')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/startup/bspstarthooks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/bspstarthooks.c b/c/src/lib/libbsp/arm/lpc24xx/startup/bspstarthooks.c
index c80a91980e..232a1b93f8 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/startup/bspstarthooks.c
+++ b/c/src/lib/libbsp/arm/lpc24xx/startup/bspstarthooks.c
@@ -527,6 +527,7 @@ BSP_START_TEXT_SECTION void bsp_start_hook_1(void)
lpc24xx_stop_ethernet();
lpc24xx_stop_usb();
bsp_start_copy_sections();
+ bsp_start_clear_bss();
/* At this point we can use objects outside the .start section */
}