summaryrefslogtreecommitdiffstats
path: root/bsp-howto/initilization_code.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-05 07:18:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-05 07:22:21 +0100
commit4d2428a83b510656c8dfc65cec817b64cd48f13f (patch)
treebc4a7b60c866ce0beee1b87348697433734b9023 /bsp-howto/initilization_code.rst
parentbsp-howto: Rework system initialization chapter (diff)
downloadrtems-docs-4d2428a83b510656c8dfc65cec817b64cd48f13f.tar.bz2
bsp-howto: Minor edit
Update #2852.
Diffstat (limited to '')
-rw-r--r--bsp-howto/initilization_code.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/bsp-howto/initilization_code.rst b/bsp-howto/initilization_code.rst
index 38e7b3a..b1fcb0d 100644
--- a/bsp-howto/initilization_code.rst
+++ b/bsp-howto/initilization_code.rst
@@ -14,8 +14,9 @@ The system initialization consists of a low-level initialization performed by
the start code in the start file (:file:`start.o`) and a high-level
initialization carried out by :c:func:`boot_card()`. The final step of a
successful high-level initialization is to switch to the initialization task
-and change into normal system mode with multi-threading enabled. Errors during
-system initialization are fatal and end up in a call to :c:func:`_Terminate()`.
+and change into the normal system mode with multi-threading enabled. Errors
+during system initialization are fatal and end up in a call to
+:c:func:`_Terminate()`.
Low-Level Initialization via Start Code in the Start File (start.o)
===================================================================