Remove obsolete kernel references to BSP

BSP terminology is obsolete.

Change-Id: Ic23688fbaaf88e037e184c8bbfc7aaa0ba997b31
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-17 13:51:37 -04:00 committed by Anas Nashif
commit e6b8bc6477
5 changed files with 15 additions and 16 deletions

View file

@ -254,8 +254,8 @@ extern void *__stack_chk_guard;
*
* @brief Initialize nanokernel
*
* This routine is invoked by the BSP when the system is ready to run C code.
* The processor must be running in 32-bit mode, and the BSS must have been
* This routine is invoked when the system is ready to run C code. The
* processor must be running in 32-bit mode, and the BSS must have been
* cleared/zeroed.
*
* @return Does not return